meta-virtualization/recipes-devtools/python/python_2.7.9.bbappend
Bruce Ashfield 2d6decbb36 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>
2015-02-24 09:35:36 -05:00

9 lines
144 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
DEPENDS += " ncurses"
do_compile_prepend() {
export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
}