[oe-commits] [openembedded-core] 64/74: qemu: Add PACKAGECONFIG for glusterfs

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 14:32:57 UTC 2019


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

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

commit 06e232ebd162a23fb161da56f642a805f5bc0fee
Author: shohei.maruyama at cybertrust.co.jp <shohei.maruyama at cybertrust.co.jp>
AuthorDate: Thu Dec 19 14:00:05 2019 +0000

    qemu: Add PACKAGECONFIG for glusterfs
    
    This commit adds PACKAGECONFIG for glusterfs. glusterfs is not required f-
    or runqemu, so it should be optional to reduce build time.
    
    Signed-off-by: Shohei Maruyama <shohei.maruyama at cybertrust.co.jp>
    Signed-off-by: Ross Burton <ross.burton at intel.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 601fc22..993ca90 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -165,6 +165,7 @@ 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"
+PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs"
 
 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