diff options
author | Joe Slater <joe.slater@windriver.com> | 2023-05-08 17:27:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-09 07:45:22 +0100 |
commit | cc9fd0a988dc1041035a6a6cafb2d1237ef38d8e (patch) | |
tree | dd1f9b348922d5989244527ec49f2ec776fd5e3d | |
parent | 6c54d16058ed8fb911c44df93b5732ae693b9803 (diff) | |
download | meta-mingw-cc9fd0a988dc1041035a6a6cafb2d1237ef38d8e.tar.gz |
meta-mingw: remove old overridesyocto-4.2.1mickledore-4.2.1
Adjust a comment.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | conf/machine-sdk/include/mingw32-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc index 1ec8469..af6bfc4 100644 --- a/conf/machine-sdk/include/mingw32-common.inc +++ b/conf/machine-sdk/include/mingw32-common.inc | |||
@@ -21,7 +21,7 @@ DISTRO_FEATURES_FILTER_NATIVESDK:remove:mingw32 = "debuginfod" | |||
21 | SDK_PACKAGING_FUNC = "do_compile" | 21 | SDK_PACKAGING_FUNC = "do_compile" |
22 | 22 | ||
23 | # Causes an endless loop | 23 | # Causes an endless loop |
24 | #SDKTAROPTS_append = " -h --hard-dereference" | 24 | # SDKTAROPTS:append = " -h --hard-dereference" |
25 | 25 | ||
26 | SDKUSE_NLS = "no" | 26 | SDKUSE_NLS = "no" |
27 | SDKIMAGE_LINGUAS = "" | 27 | SDKIMAGE_LINGUAS = "" |