mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
DEPENDS += " ncurses"
|
|
|
|
do_compile_prepend() {
|
|
export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib
|
|
}
|
|
|