]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: explode the RPROVIDES so we don't think the versions are provides
authorRoss Burton <ross.burton@arm.com>
Thu, 27 Aug 2020 15:58:04 +0000 (16:58 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 1 Sep 2020 15:45:54 +0000 (05:45 -1000)
commitbe88ca5c4bd0dd98d172a53727c7104d46349fdd
tree9dd657d6ce0d50ef4f2f6445fd1da47441f8008f
parent0d4d0df6084cce3c3d9051db88f3199a030d3352
package.bbclass: explode the RPROVIDES so we don't think the versions are provides

emit_pkgdata() creates symlinks for each of the RPROVIDES in
pkgdata/MACHINE/runtime-rprovides.  However this string can contain
versions which results in directories called (=2.32), so pass the
RPROVIDES string through bb.utils.explode_deps() to strip the versions
out.

Helps mitigate - but not solve - #13999.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6a5395dec34192db233bfb2a060e5ccc99708f03)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/package.bbclass