]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
qemu: Avoid accidental libvdeplug linkage
authorSteve Sakoman <steve@sakoman.com>
Tue, 12 Jul 2022 21:18:30 +0000 (11:18 -1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2022 22:20:56 +0000 (23:20 +0100)
Avoid accidentally linking to the vde library from the host by
adding a PACKAGECONFIG for the option.

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

index 070913b2d33052580d1e6c3a50f94a35d1ebbbcc..16674eb5adbb647caca84da97886c77e4b12b1f2 100644 (file)
@@ -187,6 +187,7 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
 PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
 PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
 PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
+PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
 
 INSANE_SKIP:${PN} = "arch"