summaryrefslogtreecommitdiffstats
path: root/meta/classes/archiver.bbclass
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-03-19 17:21:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-22 10:48:43 +0000
commitf6697e551e4f478ea7f22586545bc1c639fe44c2 (patch)
tree8c456f9fe6372cc249402801bddaa047b478163f /meta/classes/archiver.bbclass
parent27ff81bfd880280607c79dce2f724c8bfafce02d (diff)
downloadpoky-f6697e551e4f478ea7f22586545bc1c639fe44c2.tar.gz
qemu-system-native: disable options not included in extended tarball
* Add PACKAGECONFIG option for xkbcommon qemu-keymap.c:16:10: fatal error: xkbcommon/xkbcommon.h: No such file or directory * Add PACKAGECONFIG option and patch for libudev commands-posix.c:53:10: fatal error: libudev.h: No such file or directory * Add PACKAGECONFIG option for libxml2 util/osdep.c:136: undefined reference to `fcntl64' - Without specifying libxml2, configure searches the system and pulls in the system libxml2 if it is present. In the process it adds -L/usr/lib64 which causes the system libc to be linked instead of the one from the extended tarball. None of the above libraries appear to be included in the depends for any of the qemu builds, so if they are getting linked in, its probably not intentionally. (From OE-Core rev: 3f1fd15cf0df4a4b12d49ac795b1c9e02de61429) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/archiver.bbclass')
0 files changed, 0 insertions, 0 deletions