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>
This commit is contained in:
Chen Qi 2018-01-03 09:27:20 +08:00 committed by California Sullivan
parent 784b9e759c
commit e17c1e96dd

View File

@ -24,4 +24,7 @@ S = "${WORKDIR}/dpdk-dev-libibverbs-libibverbs-${PV}"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
DEPENDS = "libnl"
PROVIDES = "virtual/libibverbs"
RPROVIDES_${PN} = "virtual/libibverbs"
inherit pkgconfig autotools