diff options
author | Ross Burton <ross.burton@arm.com> | 2020-08-27 16:58:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-28 07:08:37 +0100 |
commit | c278eaf0c5bd5a2fb180f9c4916a6b68b5335356 (patch) | |
tree | bb952598276dbbc941bfb5a1dbea3d0e35223275 /bitbake/lib | |
parent | 635f67efaa62fe2109444b34f6ee389ecb88058e (diff) | |
download | poky-c278eaf0c5bd5a2fb180f9c4916a6b68b5335356.tar.gz |
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.
(From OE-Core rev: 6a5395dec34192db233bfb2a060e5ccc99708f03)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
0 files changed, 0 insertions, 0 deletions