aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-03 13:52:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-10 08:55:54 +0200
commit94572bcc4b96c6035eba0b8a8f043dfb744ece1f (patch)
tree85a81709a89a9e44f2814d3e3e6b179e1ebcb533
parenteea34cae84b89a418e0a23c4c8d68e951ba81130 (diff)
downloadmeta-openembedded-94572bcc4b96c6035eba0b8a8f043dfb744ece1f.tar.gz
libiconv: drop hack since gettext was being inherited
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb b/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
index 4db70cb88b..868314b2af 100644
--- a/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
+++ b/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
@@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
BBCLASSEXTEND = "native nativesdk"
PROVIDES = "virtual/libiconv"
-PR = "r1"
-
-#gettext.class cant be inherit here so use this hack
-DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
+PR = "r2"
EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"