mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
b8e16403fa
cross-canadian packages need to look for their SOLIBS in the nativesdk sysroot so that dependencies are correctly picked up and meta-toolchains are correctly built. Signed-off-by: Joshua Lock <josh@linux.intel.com>
10 lines
178 B
BlitzBasic
10 lines
178 B
BlitzBasic
require gdb-common.inc
|
|
|
|
DEPENDS = "ncurses-nativesdk expat-nativesdk gettext-nativesdk"
|
|
|
|
inherit cross-canadian
|
|
|
|
PR = "r10"
|
|
|
|
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|