]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipetool: add MD5 hash for the line-wrapped MPL-1.1 license
authorRoss Burton <ross.burton@intel.com>
Wed, 10 Jul 2019 22:01:17 +0000 (23:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jul 2019 08:32:45 +0000 (09:32 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py

index f2c671b0f5f099ef118b2cab1a559cadb0db5521..1fb6b555301983a2002647c4b8cf133190a3d64c 100644 (file)
@@ -1055,6 +1055,7 @@ def get_license_md5sums(d, static_only=False):
     md5sums['3b83ef96387f14655fc854ddc3c6bd57'] = 'Apache-2.0'
     md5sums['385c55653886acac3821999a3ccd17b3'] = 'Artistic-1.0 | GPL-2.0' # some perl modules
     md5sums['54c7042be62e169199200bc6477f04d1'] = 'BSD-3-Clause'
+    md5sums['bfe1f75d606912a4111c90743d6c7325'] = 'MPL-1.1'
     return md5sums
 
 def crunch_license(licfile):