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 <[email protected]>
---
 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

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to