diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-22 19:00:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-22 19:01:31 +0000 |
commit | 3503555a8b3595ec6ab4d836176ca5309f32912c (patch) | |
tree | b3736ffa695467a70c7759a907d9b87aa26d392e /meta | |
parent | 73cf74b4d90032afc39f39b7e3c2409d6114c36f (diff) | |
download | poky-3503555a8b3595ec6ab4d836176ca5309f32912c.tar.gz |
qemu: Add selinux PACKAGECONFIG
We're seeing failures on systems with old selinux headers. Add a PACKAGECONFIG
entry so that we don't try and build this unless enabled. I'll leave
dependencies to someone who wants it and can test, I just need to fix
build failures right now as this shouldn't be enabled.
(From OE-Core rev: d26c86e67b1154b243d093ff80dafce54da47424)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 fe838276be..843de3337a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -200,6 +200,7 @@ PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" | |||
200 | PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" | 200 | PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" |
201 | PACKAGECONFIG[pmem] = "--enable-libpmem,--disable-libpmem,pmdk" | 201 | PACKAGECONFIG[pmem] = "--enable-libpmem,--disable-libpmem,pmdk" |
202 | PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio" | 202 | PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio" |
203 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" | ||
203 | 204 | ||
204 | INSANE_SKIP:${PN} = "arch" | 205 | INSANE_SKIP:${PN} = "arch" |
205 | 206 | ||