From 1d16c1a980846fdca99c00c3e96c82f39048b4dd Mon Sep 17 00:00:00 2001 From: Ruslan Babayev Date: Mon, 26 Jul 2021 11:58:23 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3_virtualization.inc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 recipes-devtools/python/python3_virtualization.inc (limited to 'recipes-devtools/python/python3_virtualization.inc') diff --git a/recipes-devtools/python/python3_virtualization.inc b/recipes-devtools/python/python3_virtualization.inc deleted file mode 100644 index 55301c7e..00000000 --- a/recipes-devtools/python/python3_virtualization.inc +++ /dev/null @@ -1,8 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -DEPENDS += " ncurses" - -do_compile_prepend() { - export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib -} - -- cgit v1.2.3-54-g00ecf