package_rpm.bbclass: Should be using HOST_* not TARGET_*
authorMark Hatle <mark.hatle@windriver.com>
Thu, 3 Jul 2014 00:57:46 +0000 (19:57 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jul 2014 10:20:12 +0000 (11:20 +0100)
commit5cecad4647cf905bfe23eb9e4b8ad39def082765
treec31bb412c80d8760479e4654584c348768b8618f
parent305172ef1f93bbeef4c833be9fa4ab07380e89e6
package_rpm.bbclass: Should be using HOST_* not TARGET_*

When building target packages, HOST_OS and TARGET_OS are the same, as is the
VENDOR field.  However, when building an SDK this is not true.  The patch
corrects the oversight and switches to using the 'HOST' version and resolves
the issue of meta-mingw not working w/ the rpm packaging.

(From OE-Core rev: 0fa1eb5c1296a38b332b63d539608da7ef56c3c0)

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