summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-14 02:36:10 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-16 09:05:25 +0200
commit0d8c7ffcace1b462e4becdd7c802dbf8e2c03af7 (patch)
tree6d3e978e394de40359a0775b915d7861d422b6ac /meta-oe/recipes-support
parente55afd32d8718534403cb871fc776b7f078250dc (diff)
downloadmeta-openembedded-0d8c7ffcace1b462e4becdd7c802dbf8e2c03af7.tar.gz
libiconv: drop EXTRA_OECONF as it is handled by gettext class
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb4
1 files changed, 1 insertions, 3 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 868314b2a..35f4e2d5a 100644
--- a/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
+++ b/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
@@ -8,9 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
8BBCLASSEXTEND = "native nativesdk" 8BBCLASSEXTEND = "native nativesdk"
9 9
10PROVIDES = "virtual/libiconv" 10PROVIDES = "virtual/libiconv"
11PR = "r2" 11PR = "r3"
12
13EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
14 12
15SRC_URI += "file://autoconf.patch" 13SRC_URI += "file://autoconf.patch"
16 14