aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-22 16:46:35 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-22 16:46:35 +0000
commitf276af8cdf060a01b0c6502437fed0f52de663e1 (patch)
tree3eef9d3d09a8cc04fb97638aee102eb4d897cb6a /conf/bitbake.conf
parentc1e85ef735ec97664c6f95b37a968b647aff7ed2 (diff)
downloadopenembedded-f276af8cdf060a01b0c6502437fed0f52de663e1.tar.gz
bitbake.conf: fix PKG_CONFIG_PATH as per RFC on the mailinglist
* rebuild all your pkgconfig using packages AND/OR * cd <staging> ; mv share/pkgconfig/* lib/pkgconfig
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index f9abebf291..568d89e53f 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -382,7 +382,7 @@ SLOT = "0"
# Other
-export PKG_CONFIG_PATH = "${STAGING_DATADIR}/pkgconfig"
+export PKG_CONFIG_PATH = "${STAGING_LIBDIR}/pkgconfig"
export PKG_CONFIG_DISABLE_UNINSTALLED = "yes"
export QMAKE_MKSPEC_PATH = "${STAGING_DIR}/${BUILD_SYS}/share/qmake"