mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-01-27 10:41:26 +01:00
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>
9 lines
144 B
PHP
9 lines
144 B
PHP
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
DEPENDS += " ncurses"
|
|
|
|
do_compile_prepend() {
|
|
export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
|
|
}
|
|
|