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.9.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/python/python_2.7.9.bbappend (limited to 'recipes-devtools/python/python_2.7.9.bbappend') 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