diff options
author | Ross Burton <ross.burton@intel.com> | 2018-02-27 23:22:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 15:15:02 +0100 |
commit | e0e531877d4ac11ca42e8458dd04671a68be5a45 (patch) | |
tree | 33affc6ed47fb98ceaa05c92528db541cf09df0a | |
parent | 58dda8440c1943c15ee750eb40f0fc651e316f51 (diff) | |
download | meta-mingw-e0e531877d4ac11ca42e8458dd04671a68be5a45.tar.gz |
machine-sdk: disable locales in SDK
-rw-r--r-- | conf/machine-sdk/i686-mingw32.conf | 1 | ||||
-rw-r--r-- | conf/machine-sdk/x86_64-mingw32.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index d426fe3..3bccbc3 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf | |||
@@ -21,6 +21,7 @@ SDK_PACKAGING_FUNC = "do_compile" | |||
21 | #SDKTAROPTS_append = " -h --hard-dereference" | 21 | #SDKTAROPTS_append = " -h --hard-dereference" |
22 | 22 | ||
23 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
24 | SDKIMAGE_LINGUAS = "" | ||
24 | 25 | ||
25 | SDKPKGSUFFIX = "nativesdk-mingw32" | 26 | SDKPKGSUFFIX = "nativesdk-mingw32" |
26 | 27 | ||
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf index b9706f9..e38c7a1 100644 --- a/conf/machine-sdk/x86_64-mingw32.conf +++ b/conf/machine-sdk/x86_64-mingw32.conf | |||
@@ -21,6 +21,7 @@ SDK_PACKAGING_FUNC = "do_compile" | |||
21 | #SDKTAROPTS_append = " -h --hard-dereference" | 21 | #SDKTAROPTS_append = " -h --hard-dereference" |
22 | 22 | ||
23 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
24 | SDKIMAGE_LINGUAS = "" | ||
24 | 25 | ||
25 | SDKPKGSUFFIX = "nativesdk-mingw32" | 26 | SDKPKGSUFFIX = "nativesdk-mingw32" |
26 | 27 | ||