package_rpm: Workaround for 'all' arch multilib package naming
authorMark Hatle <mark.hatle@windriver.com>
Tue, 11 Dec 2012 22:05:49 +0000 (16:05 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Dec 2012 17:24:53 +0000 (17:24 +0000)
commit90cf67d3fcb2c888efbdfe21bb2e503768e1fa1d
tree4fab5786d1ad9a4c3ed4b27bacd917a1d4b20c31
parenta07fd2453e800bda2ba7ad2031a7d0ff693d0034
package_rpm: Workaround for 'all' arch multilib package naming

[YOCTO #3565]

All packages should not be multilib specific, however when the multilib
rules run, they automatically rename the 'all' target recipes.  As such
there is no way to know if an 'all' package should or should not contain
the multilib prefix.  We workaround this issue in the translate function
by checking to see if the runtime-reverse file exists or not.

The workaround should be removed once a proper solution to the architectural
issue is in place.

(From OE-Core rev: ea4b8c73a7f807ccd9aa22dfcf41285145a9dd2e)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass