From 8f6ebd264da8e57707e59568d5d5cc22449acb00 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 15:51:43 +0000 Subject: python: update bbappend to python3.x Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3_3.%.bbappend | 8 ++++++++ recipes-devtools/python/python_2.%.bbappend | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 recipes-devtools/python/python3_3.%.bbappend delete mode 100644 recipes-devtools/python/python_2.%.bbappend diff --git a/recipes-devtools/python/python3_3.%.bbappend b/recipes-devtools/python/python3_3.%.bbappend new file mode 100644 index 00000000..55301c7e --- /dev/null +++ b/recipes-devtools/python/python3_3.%.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +DEPENDS += " ncurses" + +do_compile_prepend() { + export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib +} + diff --git a/recipes-devtools/python/python_2.%.bbappend b/recipes-devtools/python/python_2.%.bbappend deleted file mode 100644 index 55301c7e..00000000 --- a/recipes-devtools/python/python_2.%.bbappend +++ /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