All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems.
@ 2010-12-24  1:13 Graham Gower
  2010-12-24  5:04 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Graham Gower @ 2010-12-24  1:13 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 conf/distro/include/uclibc.inc |    2 +-
 conf/distro/micro-uclibc.conf  |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/uclibc.inc b/conf/distro/include/uclibc.inc
index dd00647..200fac2 100644
--- a/conf/distro/include/uclibc.inc
+++ b/conf/distro/include/uclibc.inc
@@ -3,7 +3,7 @@ OVERRIDES =. "libc-uclibc:"
 
 # The things uclibc can provide.  We default to wanting uclibc to provide them.
 PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
-PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
+PREFERRED_PROVIDER_virtual/libintl ?= "proxy-libintl"
 #fix some iconv issues, needs to be adjusted when doing uclibc builds
 PREFERRED_PROVIDER_virtual/libintl_avr32 = "proxy-libintl"
 PREFERRED_PROVIDER_virtual/libc = "uclibc"
diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf
index fb1887c..85ea9b3 100644
--- a/conf/distro/micro-uclibc.conf
+++ b/conf/distro/micro-uclibc.conf
@@ -24,3 +24,5 @@ require conf/distro/micro.conf
 # Use overrides for micro as well
 OVERRIDES .= ":micro"
 
+# Don't let glib-2.0 pull in gettext
+USE_NLS_glib-2.0 = "no"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems.
  2010-12-24  1:13 [PATCH] ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems Graham Gower
@ 2010-12-24  5:04 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2010-12-24  5:04 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Dec 23, 2010 at 5:13 PM, Graham Gower <graham.gower@gmail.com> wrote:
>
> Signed-off-by: Graham Gower <graham.gower@gmail.com>

Looks ok
Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  conf/distro/include/uclibc.inc |    2 +-
>  conf/distro/micro-uclibc.conf  |    2 ++
>  2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/conf/distro/include/uclibc.inc b/conf/distro/include/uclibc.inc
> index dd00647..200fac2 100644
> --- a/conf/distro/include/uclibc.inc
> +++ b/conf/distro/include/uclibc.inc
> @@ -3,7 +3,7 @@ OVERRIDES =. "libc-uclibc:"
>
>  # The things uclibc can provide.  We default to wanting uclibc to provide them.
>  PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
> -PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
> +PREFERRED_PROVIDER_virtual/libintl ?= "proxy-libintl"
>  #fix some iconv issues, needs to be adjusted when doing uclibc builds
>  PREFERRED_PROVIDER_virtual/libintl_avr32 = "proxy-libintl"
>  PREFERRED_PROVIDER_virtual/libc = "uclibc"
> diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf
> index fb1887c..85ea9b3 100644
> --- a/conf/distro/micro-uclibc.conf
> +++ b/conf/distro/micro-uclibc.conf
> @@ -24,3 +24,5 @@ require conf/distro/micro.conf
>  # Use overrides for micro as well
>  OVERRIDES .= ":micro"
>
> +# Don't let glib-2.0 pull in gettext
> +USE_NLS_glib-2.0 = "no"
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-24  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24  1:13 [PATCH] ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems Graham Gower
2010-12-24  5:04 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.