mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-04-03 07:29:36 +02:00
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
|
|
}
|
|
|