diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-03-20 15:21:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:38 +0000 |
commit | b10f2a74e42a73a284bcfb46db57202fc1ee9e49 (patch) | |
tree | 09abede3a19e9442ba388a5601a4419028277861 /meta/classes/package_rpm.bbclass | |
parent | 331c1f1fe55939d61679e1c8c163b93b2879e29d (diff) | |
download | poky-b10f2a74e42a73a284bcfb46db57202fc1ee9e49.tar.gz |
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.
(From OE-Core rev: 0fdda5840452c7715ed775d5d18d9f850396f483)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package_rpm.bbclass')
-rw-r--r-- | meta/classes/package_rpm.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index b6d76e7a3b..12b4bfa536 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -368,11 +368,6 @@ EOF | |||
368 | done | 368 | done |
369 | fi | 369 | fi |
370 | 370 | ||
371 | # Uclibc builds don't provide this stuff... | ||
372 | if [ x${TARGET_OS} != "xlinux" ] && [ x${TARGET_OS} != "xlinux-gnueabi" ] ; then | ||
373 | package_linguas="" | ||
374 | fi | ||
375 | |||
376 | # Construct install scriptlet wrapper | 371 | # Construct install scriptlet wrapper |
377 | cat << EOF > ${WORKDIR}/scriptlet_wrapper | 372 | cat << EOF > ${WORKDIR}/scriptlet_wrapper |
378 | #!/bin/bash | 373 | #!/bin/bash |