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>
This commit is contained in:
Bruce Ashfield 2021-09-06 10:28:21 -04:00
parent 0f2e3d24a4
commit 798aeaee78

View File

@ -28,7 +28,7 @@ do_install:append() {
} }
PROVIDES = "virtual/libibverbs" PROVIDES = "virtual/libibverbs"
RPROVIDES:${PN} = "virtual/libibverbs" RPROVIDES:${PN} = "virtual-libibverbs"
COMPATIBLE_HOST:mipsarch = "none" COMPATIBLE_HOST:mipsarch = "none"
COMPATIBLE_HOST:arm = "none" COMPATIBLE_HOST:arm = "none"