diff options
| author | Steve Sakoman <steve@sakoman.com> | 2022-07-12 11:18:30 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-27 16:54:43 +0100 |
| commit | 29ae351d1d0a3b82435b67a317587b1a988eaa81 (patch) | |
| tree | 6d4073c2147607f571a390b056543a956fd575d0 /meta | |
| parent | a83b2d8200ebd10236d6c74aeb96b7ac2d6c113e (diff) | |
| download | poky-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')
| -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 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 |
| 276 | PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" | 276 | PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" |
| 277 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" | 277 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" |
| 278 | PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" | ||
| 278 | 279 | ||
| 279 | INSANE_SKIP_${PN} = "arch" | 280 | INSANE_SKIP_${PN} = "arch" |
| 280 | 281 | ||
