diff options
author | Ross Burton <ross.burton@intel.com> | 2015-08-20 16:04:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:24:53 +0100 |
commit | 6a6dd4eb53dbf8a0c31ac2d68af5befebe727596 (patch) | |
tree | 854cc39b4af699b2a87be43fdfcccf60210a9d30 /meta/recipes-gnome | |
parent | c38acd720b3f6ffbeb544063692eb471dada8593 (diff) | |
download | openembedded-core-6a6dd4eb53dbf8a0c31ac2d68af5befebe727596.tar.gz openembedded-core-6a6dd4eb53dbf8a0c31ac2d68af5befebe727596.tar.bz2 openembedded-core-6a6dd4eb53dbf8a0c31ac2d68af5befebe727596.zip |
multilib: let pkg-config find architecture-independent .pc files
If a multilib package depends on an allarch recipe that installs an
architecture-independent .pc file it will not be able to find the .pc file as
the recipe gets installed into the MACHINE sysroot but pkg-config looks in the
MLPREFIX-prefixed sysroot.
Solve this by extending PKG_CONFIG_PATH in multilib environments to include the
architecture-independent path in the MACHINE sysroot
(sysroots/MACHINE/usr/share/pkgconfig/).
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions