* 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
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']]}"
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']]}"
# 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"
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"