summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-12-26 09:20:48 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-28 11:14:44 -0500
commit50816621e150d90b2e9f6181a6515577b4fefd89 (patch)
tree5906172770d300ed130d78cf63904a4a7a221921 /recipes-extended
parent1a963389eab9f71bed2a209fe3a0c4a9d1e7a41e (diff)
downloadmeta-cloud-services-50816621e150d90b2e9f6181a6515577b4fefd89.tar.gz
libibverbs: provide virtual/libibverbs
dpdk-dev-libibverbs recipe provides the same library as what libibverbs provides. To avoid building these two recipes at the same time at one single build, we use the technique of 'virtual/libibverbs'. Make libibverbs provide 'virtual/libibverbs' so that other recipes could use 'virtual/libibverbs' as their dependencies. In this way, potential conflicts are avoided. 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/libibverbs/libibverbs_1.1.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.1.7.bb b/recipes-extended/libibverbs/libibverbs_1.1.7.bb
index 9fc0d6e..b3cd73f 100644
--- a/recipes-extended/libibverbs/libibverbs_1.1.7.bb
+++ b/recipes-extended/libibverbs/libibverbs_1.1.7.bb
@@ -26,4 +26,5 @@ do_install_append() {
26 rm -f ${D}${libdir}/libibverbs.la 26 rm -f ${D}${libdir}/libibverbs.la
27} 27}
28 28
29RCONFLICTS_${PN} = "dpdk-dev-libibverbs" 29PROVIDES = "virtual/libibverbs"
30RPROVIDES_${PN} = "virtual/libibverbs"