diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-06 14:07:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:19:54 +0000 |
commit | c0b37584819790a9c72b5dd5ad2533e499fa1d17 (patch) | |
tree | 7a2d1d56e2d2f8d420dd0fe7b65b87edc97ee48d /scripts/contrib | |
parent | 4333e88a02549c8205c523e28c8a88ea332affc1 (diff) | |
download | poky-c0b37584819790a9c72b5dd5ad2533e499fa1d17.tar.gz |
classes/rootfs_rpm: fix missed complementary packages with complex arch names
If the package architecture name is complex (e.g. with the meta-yocto-bsp
beagleboard machine and Poky, the architecture-specific package name is
"armv7a-vfp-neon"), rpm reports architecture names that contain
underscores instead of dashes, which when passed to oe-pkgdata-util
during complementary package processing did not match a valid pkginfo
path. Replacing the underscores with dashes again fixes the issue.
Note that this bug affects the danny branch and not master since the
substitution is already performed there in a different manner.
Fixes [YOCTO #3792]
(From OE-Core rev: e29daf8c3eeb7273e63b6ca6d774b8803880ca46)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
0 files changed, 0 insertions, 0 deletions