aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclinux-uclibc.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-09-18 00:45:18 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-09-18 00:45:18 +0000
commita7441008e144f91fecf79273a2118ea806552cf4 (patch)
tree9e00699a454250a288d4d89dd9d0c91d10e2ba26 /conf/distro/include/angstrom-uclinux-uclibc.inc
parentbf61ce13a5dd72d4e733303e5405e17e3946985f (diff)
downloadopenembedded-a7441008e144f91fecf79273a2118ea806552cf4.tar.gz
uclibc: fix logic error for glib-2.0-native
* 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
Diffstat (limited to 'conf/distro/include/angstrom-uclinux-uclibc.inc')
-rw-r--r--conf/distro/include/angstrom-uclinux-uclibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-uclinux-uclibc.inc b/conf/distro/include/angstrom-uclinux-uclibc.inc
index 7d65fc1f02..e0d4518a1e 100644
--- a/conf/distro/include/angstrom-uclinux-uclibc.inc
+++ b/conf/distro/include/angstrom-uclinux-uclibc.inc
@@ -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']]}"