diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-07-03 15:57:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 17:38:45 +0100 |
commit | 68a5ed337f8f7ee8e5bf55542ec82d786eb754db (patch) | |
tree | 74e9d037c25a3bd695a787c3715bf535dd7a52b3 /meta/recipes-bsp | |
parent | 17b97fd6c724ba6e506cbadb18facdfd9c472e79 (diff) | |
download | openembedded-core-68a5ed337f8f7ee8e5bf55542ec82d786eb754db.tar.gz openembedded-core-68a5ed337f8f7ee8e5bf55542ec82d786eb754db.tar.bz2 openembedded-core-68a5ed337f8f7ee8e5bf55542ec82d786eb754db.zip |
qemu: fix qemu-native pkg-config paths
For qemu-native, the pkg-config paths do not
include build host paths.
This is an issue for libsdl for example, where SDL is
used by qemu, but for qemu-native libsdl-native is not
built, but assumed to be provided by the build host.
Because pkg-config do not search for libsdl config files
on the build host sysroot, the configure stage of qemu-native
will fail because it will not find SDL as being installed.
Usually, the isssue is masked by a functional sdl-config that
will be interogated instead of pkg-config. However, on Build
Appliance, sdl-config is deliberately made non-functional,
so the issue manifests itself.
The fix will create an extended PKG_CONFIG_PATH, which does
include the build host sysroot paths for pkg-config.
Fix for [YOCTO #6495].
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
0 files changed, 0 insertions, 0 deletions