summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-12-26 09:20:50 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-28 11:14:44 -0500
commit7470f2c042095315a3634dc6701dfff301f3b8c6 (patch)
treeab92c8c86ce4878222564a5afad46bad94b22920 /recipes-extended
parente09a7cc0dfc01ad17bfe9e06fb81bcf88c1e739e (diff)
downloadmeta-cloud-services-7470f2c042095315a3634dc6701dfff301f3b8c6.tar.gz
librdmacm: use virtual/libibverbs
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/librdmacm/librdmacm_1.0.17.bb2
1 files changed, 1 insertions, 1 deletions
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"
12LICENSE = "BSD" 12LICENSE = "BSD"
13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95" 13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
14 14
15DEPENDS = "libibverbs" 15DEPENDS = "virtual/libibverbs"
16 16
17# Repo is at http://git.openfabrics.org/git?p=~shefty/librdmacm.git 17# Repo is at http://git.openfabrics.org/git?p=~shefty/librdmacm.git
18SRC_URI = "http://www.openfabrics.org/downloads/rdmacm/${BPN}-${PV}.tar.gz \ 18SRC_URI = "http://www.openfabrics.org/downloads/rdmacm/${BPN}-${PV}.tar.gz \