git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30bd83
)
bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installs
author
Chris Larson
<chris_larson@mentor.com>
Thu, 14 Oct 2010 15:52:24 +0000
(08:52 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Thu, 14 Oct 2010 15:52:43 +0000
(08:52 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
0410355
..
494e14e
100644
(file)
--- 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"