diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-26 17:00:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-26 17:09:11 +0100 |
commit | 9359719c563e1ab0ff10186d1a1b6bde7840dbf3 (patch) | |
tree | 135422b9721b1e458c409d26a2a163a2a796ba74 /scripts/contrib/build-perf-test.sh | |
parent | 024e95696bad8f2ff09e1fda28c96d89d10999a1 (diff) | |
download | openembedded-core-9359719c563e1ab0ff10186d1a1b6bde7840dbf3.tar.gz openembedded-core-9359719c563e1ab0ff10186d1a1b6bde7840dbf3.tar.bz2 openembedded-core-9359719c563e1ab0ff10186d1a1b6bde7840dbf3.zip |
classes/package_rpm: fix bitbake package-index for RPM
The function that "bitbake package-index" relies upon when using the RPM
package backend (package_update_index_rpm()) uses MULTILIB_PREFIX_LIST
to get the list of package architectures to be indexed, but that
variable is only set when populate_sdk_rpm or rootfs_rpm are inherited,
which is not the case for the package-index recipe. Until we're able to
refactor this properly, for minimal impact just use the value of
ALL_MULTILIB_PACKAGE_ARCHS if MULTILIB_PREFIX_LIST does not give us any
architectures (the equivalent function in the ipk backend uses the
former variable).
Having "bitbake package-index" working is important because it's the
only practical way of indexing RPM packages for use as a feed; host
versions of createrepo won't work properly because they won't support
indexing recommends relationships.
Stopgap fix for [YOCTO #5278].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/build-perf-test.sh')
0 files changed, 0 insertions, 0 deletions