[meta-virtualization] [PATCH 2/3] glusterfs: use virtual/libibverbs

Chen Qi Qi.Chen at windriver.com
Mon Dec 25 17:20:49 PST 2017


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 at windriver.com>
---
 recipes-extended/glusterfs/glusterfs.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 PACKAGECONFIG[bd-xlator] = "--enable-bd-xlator,--disable-bd-xlator,lvm2,"
 PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
 PACKAGECONFIG[georeplication] = "--enable-georeplication,--disable-georeplication,,rsync"
-PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,libibverbs librdmacm,"
+PACKAGECONFIG[libibverbs] = "--enable-ibverbs,--disable-ibverbs,virtual/libibverbs librdmacm,"
 PACKAGECONFIG[ocf] = "--with-ocf,--without-ocf,,"
 PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind,"
 
-- 
2.11.0



More information about the meta-virtualization mailing list