summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-07-12 11:18:30 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-27 16:54:43 +0100
commit29ae351d1d0a3b82435b67a317587b1a988eaa81 (patch)
tree6d4073c2147607f571a390b056543a956fd575d0 /meta/recipes-devtools/qemu/qemu.inc
parenta83b2d8200ebd10236d6c74aeb96b7ac2d6c113e (diff)
downloadpoky-29ae351d1d0a3b82435b67a317587b1a988eaa81.tar.gz
qemu: Avoid accidental libvdeplug linkage
Avoid accidentally linking to the vde library from the host by adding a PACKAGECONFIG for the option. (From OE-Core rev: cc979908beec8a40a636d00a1fdcf2769358377f) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 3c0b34d851..cdd615997f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -275,6 +275,7 @@ PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
275# libnfs is currently provided by meta-kodi 275# libnfs is currently provided by meta-kodi
276PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" 276PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
277PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" 277PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
278PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
278 279
279INSANE_SKIP_${PN} = "arch" 280INSANE_SKIP_${PN} = "arch"
280 281