]> code.ossystems Code Review - openembedded-core.git/commit
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:32:44 +0000 (06:32 -0800)
commitaa760ff7dee4029c30c9de9fc0b640149e4a4c77
treee05ab94fa4cb09065fa1dccbb5b71f8a5f3506f1
parent57134958a2c6b74de8654600e33acdd265966638
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.

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