Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: remove the no-longer required bbappend | Ruslan Babayev | 2021-07-29 | 1 | -8/+0 |
| | | | | | | | | | It has been carried over from python2 and is no longer required. More importantly it breaks the python3-native build due to ${STAGING_DIR_TARGET} being "" for native recipes. Signed-off-by: Ruslan Babayev <fib@cisco.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | python: make DISTRO_FEATURE safe | Bruce Ashfield | 2020-01-22 | 1 | -0/+8 |
The python bbappend should have only been active when virtualization is in DISTRO_FEATURES, so we change it to work like the rest of the bbappends. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |