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>
This commit is contained in:
Otavio Salvador
2011-05-14 02:36:10 +00:00
committed by Koen Kooi
parent e55afd32d8
commit 0d8c7ffcac
@@ -8,9 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
BBCLASSEXTEND = "native nativesdk"
PROVIDES = "virtual/libiconv"
PR = "r2"
EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
PR = "r3"
SRC_URI += "file://autoconf.patch"