From: Chris Larson Date: Thu, 14 Oct 2010 15:52:24 +0000 (-0700) Subject: bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d94e9c6b5d0eee172677e18971ac7ed3aa86a2b;p=openembedded.git bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs Signed-off-by: Chris Larson --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 04103556c7..494e14e243 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"