[oe-commits] [openembedded-core] 17/33: qemu: Add PACKAGECONFIG for snappy

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 22:39:48 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ceda00d3f918834c2e20983f0231abedb778e65c
Author: Robert Joslyn <robert.joslyn at redrectangle.org>
AuthorDate: Sat Apr 20 15:05:16 2019 -0700

    qemu: Add PACKAGECONFIG for snappy
    
    In addition to toggling libsnappy support, this allows a qemu-native
    build to explicitly disable snappy support. When building qemu-native,
    the configure script will detect libsnappy on the build machine and
    improperly enable snappy support. This can corrupt the sstate cache if
    the cache is populated with a qemu-native build with snappy improperly
    enabled, and the cached qemu-native gets used on another build machine
    that does not have libsnappy.
    
    Signed-off-by: Robert Joslyn <robert.joslyn at redrectangle.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 e503aa8..13f0549 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -165,5 +165,6 @@ PACKAGECONFIG[virglrenderer] = "--enable-virglrenderer,--disable-virglrenderer,v
 PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice"
 # usbredir will be in meta-networking layer
 PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
+PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
 
 INSANE_SKIP_${PN} = "arch"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list