]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemu: Avoid accidental libvdeplug linkage
authorSteve Sakoman <steve@sakoman.com>
Tue, 12 Jul 2022 21:18:30 +0000 (11:18 -1000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 12 Oct 2022 14:49:08 +0000 (04:49 -1000)
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>
(cherry picked from commit 8839e9540528b0b46c4fb4f95e508f038bcef8b9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/qemu/qemu.inc

index 3c0b34d851ed597631cc9b2ced6f91fbcea65350..cdd615997f61398fa72704a28b83c408a947b0cd 100644 (file)
@@ -275,6 +275,7 @@ PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
 # libnfs is currently provided by meta-kodi
 PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
 PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
+PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
 
 INSANE_SKIP_${PN} = "arch"