From: haiqing Date: Thu, 30 Apr 2020 08:13:22 +0000 (+0800) Subject: qemu: Add PACKAGECONFIG for glusterfs X-Git-Tag: 2019-10.3-zeus~10 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b249fddf46b1e1ebeedf3c599acdadd93e6d046a;p=openembedded-core.git qemu: Add PACKAGECONFIG for glusterfs Signed-off-by: Haiqing Bai Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ad4ff52892..4e09a9b181 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -167,6 +167,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,glusterfs" INSANE_SKIP_${PN} = "arch"