]> code.ossystems Code Review - openembedded-core.git/commit
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:19:48 +0000 (11:19 +0100)
commit0fa1eb5c1296a38b332b63d539608da7ef56c3c0
tree594ffd1f3fc55f6aa217ac6db74d2877db1b9ac5
parent17419e4577eb4b5786d4c0120f070e1660fa28ec
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.

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