angstrom-uclibc: turn on NLS for glibc
authorKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 16:39:39 +0000 (16:39 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 16:39:39 +0000 (16:39 +0000)
conf/distro/include/angstrom-uclibc.inc

index 9c3274e..febfea2 100644 (file)
@@ -5,6 +5,7 @@ PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
 PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
 
 USE_NLS ?= "no"
+USE_NLS_glib-2.0 = "yes"
 
 TARGET_OS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"