From 2d6decbb36a72ef758cd70ed0d349571728db73b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Feb 2015 09:35:36 -0500 Subject: python: update bbappend to match oe-core master It is questionable if we need this at all anymore (we probably don't), but for now, there's no reason to not match the versions. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python_2.7.3.bbappend | 8 -------- recipes-devtools/python/python_2.7.9.bbappend | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-devtools/python/python_2.7.3.bbappend create mode 100644 recipes-devtools/python/python_2.7.9.bbappend (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend deleted file mode 100644 index 55301c7e..00000000 --- a/recipes-devtools/python/python_2.7.3.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -DEPENDS += " ncurses" - -do_compile_prepend() { - export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib -} - diff --git a/recipes-devtools/python/python_2.7.9.bbappend b/recipes-devtools/python/python_2.7.9.bbappend new file mode 100644 index 00000000..55301c7e --- /dev/null +++ b/recipes-devtools/python/python_2.7.9.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +DEPENDS += " ncurses" + +do_compile_prepend() { + export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib +} + -- cgit v1.2.3-54-g00ecf