summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 11:23:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:43:24 +0000
commit8a1de49b565f528c9569cee522ff0ce1b2bc4d90 (patch)
tree91bae2765c4830ff53362eefa07c8112aba6f3a3 /scripts/lib/recipetool/create.py
parentbd9f71fedc5e9cc15bd85da396a6fe0e50652d01 (diff)
downloadpoky-8a1de49b565f528c9569cee522ff0ce1b2bc4d90.tar.gz
recipetool/devtool: Further SPDX identifier cleanups
Some of these are hard to know what to do with since the original source files for the checksum aren't present. The safe option is to use "-only" as often the main license is ambiguous and the source files themselves determine the "or-later" possibility. The "-only" option therefore is realistically what we need to use in this code. (From OE-Core rev: 2b0cbafc7854de0308a624b17b8aaba704b031d5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r--scripts/lib/recipetool/create.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index 0b5d5466ba..220465ed2f 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -1108,15 +1108,15 @@ def crunch_license(licfile):
1108 # https://github.com/waffle-gl/waffle/blob/master/LICENSE.txt 1108 # https://github.com/waffle-gl/waffle/blob/master/LICENSE.txt
1109 crunched_md5sums['50fab24ce589d69af8964fdbfe414c60'] = 'BSD-2-Clause' 1109 crunched_md5sums['50fab24ce589d69af8964fdbfe414c60'] = 'BSD-2-Clause'
1110 # https://github.com/spigwitmer/fakeds1963s/blob/master/LICENSE 1110 # https://github.com/spigwitmer/fakeds1963s/blob/master/LICENSE
1111 crunched_md5sums['88a4355858a1433fea99fae34a44da88'] = 'GPL-2.0' 1111 crunched_md5sums['88a4355858a1433fea99fae34a44da88'] = 'GPL-2.0-only'
1112 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 1112 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
1113 crunched_md5sums['063b5c3ebb5f3aa4c85a2ed18a31fbe7'] = 'GPL-2.0' 1113 crunched_md5sums['063b5c3ebb5f3aa4c85a2ed18a31fbe7'] = 'GPL-2.0-only'
1114 # https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv2.1 1114 # https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv2.1
1115 crunched_md5sums['7f5202f4d44ed15dcd4915f5210417d8'] = 'LGPL-2.1' 1115 crunched_md5sums['7f5202f4d44ed15dcd4915f5210417d8'] = 'LGPL-2.1-only'
1116 # unixODBC-2.3.4 COPYING 1116 # unixODBC-2.3.4 COPYING
1117 crunched_md5sums['3debde09238a8c8e1f6a847e1ec9055b'] = 'LGPL-2.1' 1117 crunched_md5sums['3debde09238a8c8e1f6a847e1ec9055b'] = 'LGPL-2.1-only'
1118 # https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv3 1118 # https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.LGPLv3
1119 crunched_md5sums['f90c613c51aa35da4d79dd55fc724ceb'] = 'LGPL-3.0' 1119 crunched_md5sums['f90c613c51aa35da4d79dd55fc724ceb'] = 'LGPL-3.0-only'
1120 # https://raw.githubusercontent.com/eclipse/mosquitto/v1.4.14/epl-v10 1120 # https://raw.githubusercontent.com/eclipse/mosquitto/v1.4.14/epl-v10
1121 crunched_md5sums['efe2cb9a35826992b9df68224e3c2628'] = 'EPL-1.0' 1121 crunched_md5sums['efe2cb9a35826992b9df68224e3c2628'] = 'EPL-1.0'
1122 1122