mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
qemu: add PACKAGECONFIG for sndio
In qemu's configuration this is an 'auto' configuration option so if the host has the sndio headers on then it gets enabled, causing sstate reuse problems. This is particularly problematic as some qemu pieces can 'see' into the host pkg-config due to openGL linkage. Add config and disable by default to avoid host contamination. [YOCTO #15284] (From OE-Core rev: e746182638aeb9bdd1bbb7430de214d8d847a8b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -237,6 +237,7 @@ PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
|
||||
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack,"
|
||||
PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
|
||||
PACKAGECONFIG[pipewire] = "--enable-pipewire,--disable-pipewire,pipewire"
|
||||
PACKAGECONFIG[sndio] = "--enable-sndio,--disable-sndio,sndio"
|
||||
|
||||
INSANE_SKIP:${PN}-common = "arch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user