1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

sdk.bbclass: Fix PKG_CONFIG_DIR value

This commit is contained in:
Richard Purdie
2008-11-03 17:00:29 +00:00
parent 9ebe8de923
commit 10fd960412
+1
View File
@@ -59,6 +59,7 @@ FILES_${PN}-dbg += "${prefix}/.debug \
${prefix}/bin/.debug \
"
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
python () {