summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-01-03 09:27:20 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-01-05 12:23:27 -0800
commite17c1e96dde79822047de6ac5fc98e5dbe7f0e96 (patch)
tree5a43a2bbc95445cf6b4c7811a93110eebb2fe17f
parent784b9e759c22a78ea1333f85709e691d98334569 (diff)
downloadmeta-dpdk-e17c1e96dde79822047de6ac5fc98e5dbe7f0e96.tar.gz
dpdk-dev-libibverbs: provide virtual/libibverbs
dpdk-dev-libibverbs is not the only recipe that provides libibverbs. In meta-cloud-services, we have a recipe called libibverbs. As both recipes provide the same library, we need to avoid building both at the same time at one build. Use 'virtual/libibverbs' to avoid such problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
index 9118494..c91a9ef 100644
--- a/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
+++ b/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
@@ -24,4 +24,7 @@ S = "${WORKDIR}/dpdk-dev-libibverbs-libibverbs-${PV}"
24COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 24COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
25DEPENDS = "libnl" 25DEPENDS = "libnl"
26 26
27PROVIDES = "virtual/libibverbs"
28RPROVIDES_${PN} = "virtual/libibverbs"
29
27inherit pkgconfig autotools 30inherit pkgconfig autotools