[oe] [PATCH] gettext.bbclass: Drop target gettext from DEPENDS.

Khem Raj raj.khem at gmail.com
Mon Mar 7 19:38:48 UTC 2011


On Mon, Mar 7, 2011 at 11:03 AM, Tom Rini <tom_rini at mentor.com> wrote:
> This should be handled via virtual/libintl already.
>
> Signed-off-by: Tom Rini <tom_rini at mentor.com>

you have to do some uclibc x11 image build from scratch to check for fallouts

Acked-by: Khem Raj <raj.khem at gmail.com>
> ---
>  classes/gettext.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/classes/gettext.bbclass b/classes/gettext.bbclass
> index 968531b..6c480b5 100644
> --- a/classes/gettext.bbclass
> +++ b/classes/gettext.bbclass
> @@ -11,7 +11,7 @@ python () {
>     gettext_after_parse(d)
>  }
>
> -DEPENDS_GETTEXT = "gettext gettext-native virtual/libiconv virtual/libintl"
> +DEPENDS_GETTEXT = "gettext-native virtual/libiconv virtual/libintl"
>
>  DEPENDS =+ "${DEPENDS_GETTEXT}"
>  EXTRA_OECONF += "--enable-nls"
> --
> 1.7.0.4
>
>




More information about the Openembedded-devel mailing list