[oe] [meta-oe][PATCH v4 07/12] libiconv: drop hack since gettext was being inherited
Khem Raj
raj.khem at gmail.com
Wed May 11 04:29:09 UTC 2011
On Mon, May 9, 2011 at 12:16 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> .../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 4db70cb..868314b 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']}"
>
even this setting of EXTRA_OECONF can be dropped since --enable-nls
and --disable-nls are also taken care by gettext bbclass
> --
> 1.7.2.5
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
More information about the Openembedded-devel
mailing list