bitbake.conf: fix pkg-config relocation issue
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 19:38:39 +0000 (19:38 +0000)
committerChris Larson <chris_larson@mentor.com>
Thu, 14 Oct 2010 00:21:24 +0000 (17:21 -0700)
commitc04b2d70a1d1816b925a21d40dbc539bf68162c3
tree0e627713d0f7d6cf4cc8764d6c4c4b1dac3fbb3a
parent2d25a816f08fc96daa6d1abff0ece764b3d8f80d
bitbake.conf: fix pkg-config relocation issue

By default, pkg-config falls back to checking the default search path for .pc
files, which is the native location.  If you relocate it, it will be unable to
hit that location, which can cause problems in certain cases.  In particular,
gnome-bluetooth requires gtk-doc-native to run its tools, and uses pkg-config
to determine its availability.

Fix by adding the native pkg-config locations to the PKG_CONFIG_PATH.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
conf/bitbake.conf