sdk.bbclass: Set PKG_CONFIG_SYSROOT_DIR correctly
authorRichard Purdie <richard@openedhand.com>
Mon, 11 Feb 2008 10:03:14 +0000 (10:03 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 11 Feb 2008 10:03:14 +0000 (10:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3735 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/sdk.bbclass

index 09791b0..fb487fe 100644 (file)
@@ -50,3 +50,4 @@ FILES_${PN}-dbg += "${prefix}/.debug \
                     ${prefix}/bin/.debug \
                    "
 
+export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR}/${HOST_SYS}"