]> code.ossystems Code Review - openembedded-core.git/commit
package_{ipk, deb, rpm}: drop the TARGET_OS conditional
authorChristopher Larson <chris_larson@mentor.com>
Wed, 20 Mar 2013 22:21:31 +0000 (15:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 16:30:27 +0000 (16:30 +0000)
commit0fdda5840452c7715ed775d5d18d9f850396f483
tree334f7fa74f7dbe6ad714ea28aab0616cdc62f387
parente9485c7077e5a9508371bbbbebdaaf1e9685da61
package_{ipk, deb, rpm}: drop the TARGET_OS conditional

The tclibc file for uclibc already empties IMAGE_LINGUAS, so there's no point
to this conditional as far as I can tell, and it can cause issues for certain
values of TARGET_OS.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass