summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python_2.7.3.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:08:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:09:24 +0200
commitec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-devtools/python/python_2.7.3.bbappend
downloadmeta-virtualization-ec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.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, 8 insertions, 0 deletions
diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend
new file mode 100644
index 00000000..55301c7e
--- /dev/null
+++ b/recipes-devtools/python/python_2.7.3.bbappend
@@ -0,0 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3DEPENDS += " ncurses"
4
5do_compile_prepend() {
6 export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
7}
8