diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-01 18:26:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-26 15:07:10 +0100 |
commit | 110659231504831380e1ff3e628607587fddba75 (patch) | |
tree | 4a00a3443ea847b74bef3fa56c2299420964f21b /meta/conf/distro/include | |
parent | 1648bcafa3d0e46acee61a34d0a07fabb85b1f8d (diff) | |
download | poky-110659231504831380e1ff3e628607587fddba75.tar.gz |
default-distrovars: don't rename locales for nativesdk
(From OE-Core rev: 909da982c74b2ed931a65dda248557cb18f773e0)
(From OE-Core rev: 652e45b756bb73815f2e1ffd9686106a1c3d2549)
(From OE-Core rev: fa13b6f6656ff97aa156854e6d36aa56826b89ad)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 08542a743f..76d09af726 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -8,6 +8,7 @@ IMAGE_LINGUAS ?= "en-us en-gb" | |||
8 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | 8 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" |
9 | LOCALE_UTF8_ONLY ?= "0" | 9 | LOCALE_UTF8_ONLY ?= "0" |
10 | LOCALE_UTF8_IS_DEFAULT ?= "1" | 10 | LOCALE_UTF8_IS_DEFAULT ?= "1" |
11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" | ||
11 | 12 | ||
12 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" | 13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" |
13 | DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ | 14 | DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ |