mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
python3: remove the no-longer required bbappend
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>
This commit is contained in:
parent
679a22e130
commit
eccc51d4e5
|
@ -1 +0,0 @@
|
|||
require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)}
|
|
@ -1,8 +0,0 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
DEPENDS += " ncurses"
|
||||
|
||||
do_compile_prepend() {
|
||||
export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user