summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-05-05 22:17:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-05-06 15:47:56 -0400
commit163e8baef5f3eb366182c5b95645bffea2524174 (patch)
tree19418e7ca3fcba591a8c471fc5f0090ab61ddc72 /recipes-extended
parentddda8d68b5d980d484380a1b4aee0928eccfc990 (diff)
downloadmeta-cloud-services-163e8baef5f3eb366182c5b95645bffea2524174.tar.gz
glusterfs: remove PACKAGECONFIG libibverbs for arm 32 and mips
Package libibverbs has been set imcompatible with arm 32 and mips arches by commit 215b975. So disable libibverbs support of glusterfs for arm 32 and mips arches too. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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,"