public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 7/9] qemu: Avoid accidental libvdeplug linkage
Date: Thu, 13 Oct 2022 06:36:54 -1000	[thread overview]
Message-ID: <cc979908beec8a40a636d00a1fdcf2769358377f.1665678874.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1665678874.git.steve@sakoman.com>

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 | 1 +
 1 file changed, 1 insertion(+)

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"
 # 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"
 
-- 
2.25.1



  parent reply	other threads:[~2022-10-13 16:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 16:36 [OE-core][dunfell 0/9] Patch review Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 1/9] dhcp: Fix CVE-2022-2928 & CVE-2022-2929 Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 2/9] qemu: CVE-2021-3750 hcd-ehci: DMA reentrancy issue leads to use-after-free Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 3/9] python3: upgrade 3.8.13 -> 3.8.14 Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 4/9] selftest: skip virgl test on ubuntu 22.04 Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 5/9] uninative: Upgrade to 3.7 to work with glibc 2.36 Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 6/9] externalsrc: git submodule--helper list unsupported Steve Sakoman
2022-10-13 16:36 ` Steve Sakoman [this message]
2022-10-13 16:36 ` [OE-core][dunfell 8/9] qemu: Add PACKAGECONFIG for rbd Steve Sakoman
2022-10-13 16:36 ` [OE-core][dunfell 9/9] qemu: Avoid accidental librdmacm linkage Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc979908beec8a40a636d00a1fdcf2769358377f.1665678874.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox