From ec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 8 Jul 2015 11:08:01 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-devtools/python/python_2.7.3.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-devtools/python/python_2.7.3.bbappend (limited to 'recipes-devtools/python/python_2.7.3.bbappend') 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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +DEPENDS += " ncurses" + +do_compile_prepend() { + export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib +} + -- cgit v1.2.3-54-g00ecf