diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-01-21 08:44:51 -0800 |
---|---|---|
committer | Juro Bystricky <juro.bystricky@intel.com> | 2016-01-21 11:11:09 -0800 |
commit | 967b56f5496c73df20d7e7616ad8896ea9dddd49 (patch) | |
tree | a54681af9ddc02bd7156cac3284016a27c789c71 /recipes-devtools | |
parent | 7c0dfdaa615a6bbf9c7f623c14cce96f72d251fd (diff) | |
download | meta-mingw-967b56f5496c73df20d7e7616ad8896ea9dddd49.tar.gz |
nativesdk-mingw-w64-runtime_3.1.0.bb: Updated license
mingw runtime 3.1 is released under ZPL-2.1 license.
This fixes the warning:
WARNING: nativesdk-mingw-w64-runtime: No generic license file exists for: ZPL in any provider
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb index 4c56c70..ddffcf4 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_3.1.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Runtime libraries from MinGW-w64 project" | 1 | DESCRIPTION = "Runtime libraries from MinGW-w64 project" |
2 | LICENSE = "ZPL" | 2 | LICENSE = "ZPL-2.1" |
3 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bb936f0e04d8f1e19ad545100cee9654" | 3 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bb936f0e04d8f1e19ad545100cee9654" |
4 | 4 | ||
5 | COMPATIBLE_HOST = ".*-mingw.*" | 5 | COMPATIBLE_HOST = ".*-mingw.*" |