diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-22 16:46:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-22 16:46:35 +0000 |
commit | f276af8cdf060a01b0c6502437fed0f52de663e1 (patch) | |
tree | 3eef9d3d09a8cc04fb97638aee102eb4d897cb6a /conf | |
parent | c1e85ef735ec97664c6f95b37a968b647aff7ed2 (diff) |
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')
-rw-r--r-- | conf/bitbake.conf | 2 |
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" |