meta-virtualization/recipes-devtools/python/python3_virtualization.inc
Bruce Ashfield d10d310cbe python: make DISTRO_FEATURE safe
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>
2020-01-22 16:01:49 +00:00

9 lines
144 B
PHP

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
DEPENDS += " ncurses"
do_compile_prepend() {
export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
}