summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3_virtualization.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3: remove the no-longer required bbappendRuslan Babayev2021-07-291-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 safeBruce Ashfield2020-01-221-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>