diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-14 02:36:10 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-16 09:05:25 +0200 |
| commit | 0d8c7ffcace1b462e4becdd7c802dbf8e2c03af7 (patch) | |
| tree | 6d3e978e394de40359a0775b915d7861d422b6ac | |
| parent | e55afd32d8718534403cb871fc776b7f078250dc (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb | 4 |
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 868314b2af..35f4e2d5a1 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 \ | |||
| 8 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
| 9 | 9 | ||
| 10 | PROVIDES = "virtual/libiconv" | 10 | PROVIDES = "virtual/libiconv" |
| 11 | PR = "r2" | 11 | PR = "r3" |
| 12 | |||
| 13 | EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}" | ||
| 14 | 12 | ||
| 15 | SRC_URI += "file://autoconf.patch" | 13 | SRC_URI += "file://autoconf.patch" |
| 16 | 14 | ||
