mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
cross-canadian: ensure package dependencies are generated correctly
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>
This commit is contained in:
@@ -56,3 +56,5 @@ FILES_${PN}-dbg += "${prefix}/.debug \
|
||||
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
|
||||
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
||||
|
||||
# Cross-canadian packages need to pull in nativesdk so's, sorry for ugliness
|
||||
SHLIBSDIR = "${STAGING_DIR}/${SDK_ARCH}-nativesdk-pokysdk-${BUILD_OS}/shlibs"
|
||||
|
||||
Reference in New Issue
Block a user