diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-18 08:52:54 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-18 08:52:54 +0000 |
commit | 078cf5a4466b4a2cc12171240f9faa1f3315531d (patch) | |
tree | 7f2eaac79111739787fd2e04de538f6bcf2d7798 /conf/distro/include/angstrom-uclibc.inc | |
parent | 35dab496cd2a1dab70a5a8bdce1ee046a86ebbb3 (diff) | |
parent | 4726077de2e910260443e159384f2eede3f10310 (diff) |
merge of '7c54b67a8bd06b0acd3de3732a00f6e1728ab4cf'
and 'bc39d5cfbb7f6b7e9356ec6176bb1d920b167f96'
Diffstat (limited to 'conf/distro/include/angstrom-uclibc.inc')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index 6d02578df4..8993a6ae38 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -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']]}" |