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

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


Use 'virtual/libibverbs' instead of hardcoding libibverbs.
This is to avoid potential conflicts 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/librdmacm/librdmacm_1.0.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/librdmacm/librdmacm_1.0.17.bb b/recipes-extended/librdmacm/librdmacm_1.0.17.bb
index ba022b0..40cacdc 100644
--- a/recipes-extended/librdmacm/librdmacm_1.0.17.bb
+++ b/recipes-extended/librdmacm/librdmacm_1.0.17.bb
@@ -12,7 +12,7 @@ SECTION = "libs/devel"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
 
-DEPENDS = "libibverbs"
+DEPENDS = "virtual/libibverbs"
 
 # Repo is at http://git.openfabrics.org/git?p=~shefty/librdmacm.git
 SRC_URI = "http://www.openfabrics.org/downloads/rdmacm/${BPN}-${PV}.tar.gz \
-- 
2.11.0



More information about the meta-virtualization mailing list