diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 09:12:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 15:15:04 +0100 |
commit | f5f676d9ee9f8e205363eace7a846a0360998634 (patch) | |
tree | 00997ff128bdd648262abb2e413b3122d6dcf583 | |
parent | e0e531877d4ac11ca42e8458dd04671a68be5a45 (diff) | |
download | meta-mingw-morty.tar.gz |
machine-sdk: Ensure SDK_DEPENDS doesn't contain nativesdk-glibc-localemorty
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 3bccbc3..458d1f7 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf | |||
@@ -22,6 +22,7 @@ SDK_PACKAGING_FUNC = "do_compile" | |||
22 | 22 | ||
23 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
24 | SDKIMAGE_LINGUAS = "" | 24 | SDKIMAGE_LINGUAS = "" |
25 | SDK_DEPENDS_remove = "nativesdk-glibc-locale" | ||
25 | 26 | ||
26 | SDKPKGSUFFIX = "nativesdk-mingw32" | 27 | SDKPKGSUFFIX = "nativesdk-mingw32" |
27 | 28 | ||
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf index e38c7a1..61e6112 100644 --- a/conf/machine-sdk/x86_64-mingw32.conf +++ b/conf/machine-sdk/x86_64-mingw32.conf | |||
@@ -22,6 +22,7 @@ SDK_PACKAGING_FUNC = "do_compile" | |||
22 | 22 | ||
23 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
24 | SDKIMAGE_LINGUAS = "" | 24 | SDKIMAGE_LINGUAS = "" |
25 | SDK_DEPENDS_remove = "nativesdk-glibc-locale" | ||
25 | 26 | ||
26 | SDKPKGSUFFIX = "nativesdk-mingw32" | 27 | SDKPKGSUFFIX = "nativesdk-mingw32" |
27 | 28 | ||