From 163e8baef5f3eb366182c5b95645bffea2524174 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Sun, 5 May 2019 22:17:16 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/glusterfs/glusterfs.inc | 3 +++ 1 file changed, 3 insertions(+) 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 \ " PACKAGECONFIG ??= "georeplication libibverbs" +PACKAGECONFIG_remove_mipsarch = "libibverbs" +PACKAGECONFIG_remove_arm = "libibverbs" + PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync" PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,virtual/libibverbs librdmacm," -- cgit v1.2.3-54-g00ecf