rootfs_rpm.bbclass: Handle multilib configures with different OS values
authorMark Hatle <mark.hatle@windriver.com>
Thu, 21 Feb 2013 23:18:29 +0000 (17:18 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Feb 2013 14:39:07 +0000 (06:39 -0800)
commit4fc5eef7968733ac460702d81d728588019343f3
tree3fe93121285fc103fe47e58238f6de6e512dfd77
parent9a8de4266b1436e3ff49315e3638f1f194e2b292
rootfs_rpm.bbclass: Handle multilib configures with different OS values

[ CQID: WIND00404082 ]

It is possible for the TARGET_OS to change dependending on the multilib used
for a given package build.  mips64 has two potential TARGET_OS values: linux
and linux-gnun32.  The RPM and Smart setup needs to distinguish between the
two otherwise packages of the "non-default" TARGET_OS may be ignored as
incompatible.

(From OE-Core rev: aa760ff7dee4029c30c9de9fc0b640149e4a4c77)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass
meta/classes/populate_sdk_rpm.bbclass
meta/classes/rootfs_rpm.bbclass