summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python_2.7.3.bbappend
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 09:35:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 09:35:36 -0500
commit2d6decbb36a72ef758cd70ed0d349571728db73b (patch)
tree01c36b3b3dcae42f5329cb92dd810d12118bccec /recipes-devtools/python/python_2.7.3.bbappend
parentbeaa1ea3f7752bce927bb0d881147a6364749240 (diff)
downloadmeta-virtualization-2d6decbb36a72ef758cd70ed0d349571728db73b.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python_2.7.3.bbappend')
-rw-r--r--recipes-devtools/python/python_2.7.3.bbappend8
1 files changed, 0 insertions, 8 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3DEPENDS += " ncurses"
4
5do_compile_prepend() {
6 export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
7}
8