uclibc: fix logic error for glib-2.0-native
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 18 Sep 2008 00:45:18 +0000 (00:45 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 18 Sep 2008 00:45:18 +0000 (00:45 +0000)
* if we set for glib-2.0 USE_NLS = yes, we have
  to do it for the native package too, otherwise
  the check function for USE_NLS bails out and build the
  older 2.12.4 package

conf/distro/include/angstrom-uclibc.inc
conf/distro/include/angstrom-uclinux-uclibc.inc
conf/distro/include/slugos.inc
conf/distro/minimal-uclibc.conf

index 6d02578..8993a6a 100644 (file)
@@ -12,6 +12,7 @@ PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
 
 USE_NLS ?= "no"
 USE_NLS_glib-2.0 = "yes"
+USE_NLS_glib-2.0-native = "yes"
 
 TARGET_OS_UC = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
 TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"
index 7d65fc1..e0d4518 100644 (file)
@@ -6,6 +6,7 @@ PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
 
 USE_NLS ?= "no"
 USE_NLS_glib-2.0 = "yes"
+USE_NLS_glib-2.0-native = "yes"
 
 TARGET_OS_UC = "uclinux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
 
index 05853d3..4df4619 100644 (file)
@@ -41,6 +41,7 @@ TARGET_FPU = "soft"
 
 # glib-2.0 builds require USE_NLS to be overridden
 USE_NLS_glib-2.0 = "yes"
+USE_NLS_glib-2.0-native = "yes"
 
 INHERIT += "package_ipk debian"
 
index db08775..3844d71 100644 (file)
@@ -30,6 +30,7 @@ PREFERRED_PROVIDER_virtual/libintl = "gettext"
 
 USE_NLS ?= "no"
 USE_NLS_glib-2.0 = "yes"
+USE_NLS_glib-2.0-native = "yes"
 
 PREFERRED_VERSION_uclibc = "0.9.29"
 PREFERRED_VERSION_uclibc-initial = "0.9.29"