]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Aug 2020 06:06:44 +0000 (07:06 +0100)
commit6a5395dec34192db233bfb2a060e5ccc99708f03
tree9490eea68e2c4b067df4e20bcf1e75d4f3e22c6d
parent5dc237aa6aa8d86433ff7885b88efd8a7b79aa74
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>
meta/classes/package.bbclass