[oe-commits] [meta-openembedded] 02/12: libgpiod_1.2: add dependency on python when building python bindings

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 07:28:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c44679b4942a30ac89013343f987403ec63f0ece
Author: Ferry <ftoth at telfort.nl>
AuthorDate: Mon Jan 7 17:17:27 2019 +0100

    libgpiod_1.2: add dependency on python when building python bindings
    
    Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python package" also removes the build dependency
    on python3 however this results in fatal error: Python.h: No such file or directory #include <Python.h>
    
    Signed-off-by: Ferry Toth <ftoth at exalondelft.nl>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
index dd080ff..93165a0 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba58
 
 PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
 
-PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,"
+PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3"
 inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)}
 
 PACKAGES =+ "${PN}-python"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list