summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-12-26 09:20:49 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-28 11:14:44 -0500
commite09a7cc0dfc01ad17bfe9e06fb81bcf88c1e739e (patch)
treec5c3945fca140f2cdb3583463492757cca902003 /recipes-extended
parent50816621e150d90b2e9f6181a6515577b4fefd89 (diff)
downloadmeta-cloud-services-e09a7cc0dfc01ad17bfe9e06fb81bcf88c1e739e.tar.gz
glusterfs: use virtual/libibverbs
Use 'virtual/libibverbs' instead of hardcoding libibverbs. This is to avoid potential conflict between libibverbs in this layer and dpdk-dev-libibverbs in meta-dpdk layer. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index e45dc9e..0556e2a 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -48,7 +48,7 @@ PACKAGECONFIG ??= "georeplication libibverbs"
48PACKAGECONFIG[bd-xlator] = "--enable-bd-xlator,--disable-bd-xlator,lvm2," 48PACKAGECONFIG[bd-xlator] = "--enable-bd-xlator,--disable-bd-xlator,lvm2,"
49PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," 49PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
50PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync" 50PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync"
51PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,libibverbs librdmacm," 51PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,virtual/libibverbs librdmacm,"
52PACKAGECONFIG[ocf] = "--with-ocf,--without-ocf,," 52PACKAGECONFIG[ocf] = "--with-ocf,--without-ocf,,"
53PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind," 53PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind,"
54 54