[oe-commits] Chris Larson : bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs

git version control git at git.openembedded.org
Thu Oct 14 15:55:26 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7d94e9c6b5d0eee172677e18971ac7ed3aa86a2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7d94e9c6b5d0eee172677e18971ac7ed3aa86a2b

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Oct 14 08:52:24 2010 -0700

bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 0410355..494e14e 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -642,6 +642,7 @@ SLOT = "0"
 # Other
 export HOSTNAME := "${@os.uname()[1]}"
 
+PKG_CONFIG_DIR = "${STAGING_LIBDIR}/pkgconfig"
 export PKG_CONFIG_PATH = "${STAGING_LIBDIR}/pkgconfig:${STAGING_DATADIR}/pkgconfig"
 PKG_CONFIG_PATH .= ":${STAGING_LIBDIR_NATIVE}/pkgconfig:${STAGING_DATADIR_NATIVE}/pkgconfig"
 





More information about the Openembedded-commits mailing list