diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-03 13:52:55 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 08:55:54 +0200 |
| commit | 94572bcc4b96c6035eba0b8a8f043dfb744ece1f (patch) | |
| tree | 85a81709a89a9e44f2814d3e3e6b179e1ebcb533 /meta-oe/recipes-support/libiconv | |
| parent | eea34cae84b89a418e0a23c4c8d68e951ba81130 (diff) | |
| download | meta-openembedded-94572bcc4b96c6035eba0b8a8f043dfb744ece1f.tar.gz | |
libiconv: drop hack since gettext was being inherited
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-oe/recipes-support/libiconv')
| -rw-r--r-- | meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb | 5 |
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 \ | |||
| 8 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
| 9 | 9 | ||
| 10 | PROVIDES = "virtual/libiconv" | 10 | PROVIDES = "virtual/libiconv" |
| 11 | PR = "r1" | 11 | PR = "r2" |
| 12 | |||
| 13 | #gettext.class cant be inherit here so use this hack | ||
| 14 | DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}" | ||
| 15 | 12 | ||
| 16 | EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}" | 13 | EXTRA_OECONF += "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}" |
| 17 | 14 | ||
