summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-10 23:01:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-11 09:32:50 +0100
commitb098d0ba847f63426242748ee678e4cde881f732 (patch)
treeab69a3ec84a5dc45e517ac5dbe41485443b7a40e /scripts
parent236e36a38e7d222ffdc3608644500b1db6129a1f (diff)
downloadpoky-b098d0ba847f63426242748ee678e4cde881f732.tar.gz
recipetool: add MD5 hash for the line-wrapped MPL-1.1 license
(From OE-Core rev: d2755523d339a4eba7a034bdef5563657609f563) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/recipetool/create.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index f2c671b0f5..1fb6b55530 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -1055,6 +1055,7 @@ def get_license_md5sums(d, static_only=False):
1055 md5sums['3b83ef96387f14655fc854ddc3c6bd57'] = 'Apache-2.0' 1055 md5sums['3b83ef96387f14655fc854ddc3c6bd57'] = 'Apache-2.0'
1056 md5sums['385c55653886acac3821999a3ccd17b3'] = 'Artistic-1.0 | GPL-2.0' # some perl modules 1056 md5sums['385c55653886acac3821999a3ccd17b3'] = 'Artistic-1.0 | GPL-2.0' # some perl modules
1057 md5sums['54c7042be62e169199200bc6477f04d1'] = 'BSD-3-Clause' 1057 md5sums['54c7042be62e169199200bc6477f04d1'] = 'BSD-3-Clause'
1058 md5sums['bfe1f75d606912a4111c90743d6c7325'] = 'MPL-1.1'
1058 return md5sums 1059 return md5sums
1059 1060
1060def crunch_license(licfile): 1061def crunch_license(licfile):