diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-27 18:05:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-28 07:13:20 -0700 |
commit | 98625eb6c501d74d18e728a8b34e9719c7011f1b (patch) | |
tree | e6724df68191bff09fe2b0356baa42cf4ca33cf1 /meta-python/recipes-devtools/python/python-pytest | |
parent | 2ebaa8df1257389161d0bee9e553c28f63e52005 (diff) | |
download | meta-openembedded-98625eb6c501d74d18e728a8b34e9719c7011f1b.tar.gz |
libgpiod: nherit python3native unconditionally
this recipe inherits python3native class conditionally, this condition
depends on a given packageconfig, however inherit ${VAR} syntax requires
VAR to be evaluated before inheriting it, therefore if someone appends
python3 to packageconfig via a bbappend, then the packageconfig will
become effective and add --enable-bindings-python to configure but
inherit wont evaluate correctly since the expression adding to
packageconfig
PACKAGECONFIG_append = " python3"
will be coming _after_ the inherit, and the builds will fail e.g.
| ../../../libgpiod-1.3/bindings/python/gpiodmodule.c:8:10: fatal error: Python.h: No such file or directory
| #include <Python.h>
This will still mean that python3native is always inherited but the
effective configure option will be --disable-bindings-python and that
will do the right thing
See. https://github.com/openembedded/meta-openembedded/issues/140
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest')
0 files changed, 0 insertions, 0 deletions