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 changed files with 1 additions and 0 deletions

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 () {