mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02: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
|
|
}
|
|
|