From c0274e47727cc6775bfbcba4425eef3968dd088c Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Thu, 21 Jun 2012 15:20:01 -0600 Subject: python: Add ncurses support. Requires cross-compile patch for library search. Signed-off-by: Raymond Danks --- recipes-devtools/python/python_2.7.3.bbappend | 9 +++++++++ 1 file changed, 9 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..e39deba6 --- /dev/null +++ b/recipes-devtools/python/python_2.7.3.bbappend @@ -0,0 +1,9 @@ +THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" + +DEPENDS += " ncurses" + +do_compile_prepend() { + export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib +} + -- cgit v1.2.3-54-g00ecf