mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sdk.bbclass: Fix PKG_CONFIG_DIR value
This commit is contained in:
@@ -59,6 +59,7 @@ FILES_${PN}-dbg += "${prefix}/.debug \
|
|||||||
${prefix}/bin/.debug \
|
${prefix}/bin/.debug \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
|
||||||
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
||||||
|
|
||||||
python () {
|
python () {
|
||||||
|
|||||||
Reference in New Issue
Block a user