summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 3558eb1..40a3922 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -50,6 +50,9 @@ EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \
50 " 50 "
51 51
52PACKAGECONFIG ??= "georeplication libibverbs" 52PACKAGECONFIG ??= "georeplication libibverbs"
53PACKAGECONFIG_remove_mipsarch = "libibverbs"
54PACKAGECONFIG_remove_arm = "libibverbs"
55
53PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," 56PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
54PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync" 57PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync"
55PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,virtual/libibverbs librdmacm," 58PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,virtual/libibverbs librdmacm,"