From b249fddf46b1e1ebeedf3c599acdadd93e6d046a Mon Sep 17 00:00:00 2001 From: haiqing Date: Thu, 30 Apr 2020 16:13:22 +0800 Subject: qemu: Add PACKAGECONFIG for glusterfs Signed-off-by: Haiqing Bai Signed-off-by: Anuj Mittal --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') 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" -- cgit 1.2.3-korg