mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 13:14:46 +02:00
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:
parent
784b9e759c
commit
e17c1e96dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user