]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
qemu: Add selinux PACKAGECONFIG
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Dec 2021 19:00:15 +0000 (19:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Dec 2021 19:01:28 +0000 (19:01 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc

index fe838276be1e7eb7288e859b9d06aacd2646157e..843de3337a563748f18601646bb3411f2497ae08 100644 (file)
@@ -200,6 +200,7 @@ PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"
 PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
 PACKAGECONFIG[pmem] = "--enable-libpmem,--disable-libpmem,pmdk"
 PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio"
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
 
 INSANE_SKIP:${PN} = "arch"