mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
10 lines
227 B
Plaintext
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
|
|
}
|
|
|