diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-06 10:28:21 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-06 10:57:17 -0400 |
commit | 798aeaee78224f861383c7faf35ef906306ad00f (patch) | |
tree | 3fc1fff57dc11e4a8813ab6c8ea85f954e66d554 | |
parent | 0f2e3d24a438c120718a845b04dd85b9d5ce1956 (diff) | |
download | meta-virtualization-798aeaee78224f861383c7faf35ef906306ad00f.tar.gz |
libibverbs: don't rprovide virtual/libibverbs
Similar to the oe-core commit:
commit 93ac180d8c389f16964bce8bd5538d9389e970e6
Author: Michael Opdenacker <michael.opdenacker@bootlin.com>
Date: Wed Sep 1 11:20:20 2021 +0200
meta: stop using "virtual/" in RPROVIDES and RDEPENDS
Fixes [YOCTO #14538]
Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS.
That's confusing because "virtual/" has no special meaning in
RPROVIDES and RDEPENDS (unlike in PROVIDES and DEPENDS).
Instead, using "virtual-" instead of "virtual/"
as already done in the glibc recipe.
We stop rproviding virtual/libibverbs to keep the namespace clean.
There aren't many (any) users of this virtual provides, but we keep
it around (for now) to maintain compatibility.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libibverbs/libibverbs_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb index d4f7b0de..90c424ec 100644 --- a/recipes-extended/libibverbs/libibverbs_1.2.1.bb +++ b/recipes-extended/libibverbs/libibverbs_1.2.1.bb | |||
@@ -28,7 +28,7 @@ do_install:append() { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | PROVIDES = "virtual/libibverbs" | 30 | PROVIDES = "virtual/libibverbs" |
31 | RPROVIDES:${PN} = "virtual/libibverbs" | 31 | RPROVIDES:${PN} = "virtual-libibverbs" |
32 | 32 | ||
33 | COMPATIBLE_HOST:mipsarch = "none" | 33 | COMPATIBLE_HOST:mipsarch = "none" |
34 | COMPATIBLE_HOST:arm = "none" | 34 | COMPATIBLE_HOST:arm = "none" |