meta-virtualization/recipes-devtools/python/python_2.7.3.bbappend
Raymond Danks c0274e4772 python: Add ncurses support. Requires cross-compile patch for library search.
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
2012-06-21 15:20:01 -06:00

10 lines
227 B
Plaintext

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
}