meta-virtualization/recipes-devtools/python/python_2.7.3.bbappend
Bruce Ashfield 7c45e667ac python: replace FILESPATH with FILESEXTRAPATHS_prepend
redefining THISDIR and using FILESPATH is no longer required in a
"modern" bbappend, and in fact breaks other layers that also patch
python.

Removing THISDIR and using FILESEXTRAPATHS_prepend fixes both issues.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-21 21:37:22 -04:00

9 lines
144 B
Plaintext

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