]> code.ossystems Code Review - openembedded-core.git/commitdiff
sdk.bbclass: Fix PKG_CONFIG_DIR value
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 3 Nov 2008 17:00:29 +0000 (17:00 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 3 Nov 2008 17:00:29 +0000 (17:00 +0000)
meta/classes/sdk.bbclass

index af516bdbb7ebc01c7c78b09850f9bbfd1fdc3726..62d4b2b6f99f5b1c480cc4bd242dd92532184663 100644 (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 () {