diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-07 21:15:33 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-08 09:31:10 +0000 |
| commit | 9e2e0e73a4ca5ff5fbea80783e27bf31f133961e (patch) | |
| tree | 2a1e759f5a4eea81179fef6e66c71006d85a6a0a | |
| parent | af4284d39d8922ef1fcd884fe099aff52c7999f2 (diff) | |
| download | poky-9e2e0e73a4ca5ff5fbea80783e27bf31f133961e.tar.gz | |
qemu: Ensure libpng dependency is deterministic
If the host has libpng, because of the way we handle the GL dependency in qemu,
it can cause determinism issues. Add a specific PACKAGECONFIG entry for libpng
to avoid this (and the associated autobuilder/uninative glibc symbol mismatch
failures).
(From OE-Core rev: 34afdd0bf5e2810d440bcd378ba1023159c2b2d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 55aced9f9a..0b24540bf9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -148,6 +148,7 @@ PACKAGECONFIG:remove:darwin = "kvm virglrenderer epoxy gtk+" | |||
| 148 | PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+" | 148 | PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer epoxy gtk+" |
| 149 | 149 | ||
| 150 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" | 150 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" |
| 151 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | ||
| 151 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," | 152 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," |
| 152 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | 153 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," |
| 153 | PACKAGECONFIG[uring] = "--enable-linux-io-uring,--disable-linux-io-uring,liburing" | 154 | PACKAGECONFIG[uring] = "--enable-linux-io-uring,--disable-linux-io-uring,liburing" |
