summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/recipetool.py
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-03 16:23:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-04 08:44:11 +0100
commit2cca28cfdee9ccca1046a4aaa937d38f8f115d05 (patch)
treecf4309102b5e9e75c4c82ae7e2c2adf60c340fca /meta/lib/oeqa/selftest/cases/recipetool.py
parentf2fb3baedc64555c7b29eeac47c5cda3880e28a6 (diff)
downloadpoky-2cca28cfdee9ccca1046a4aaa937d38f8f115d05.tar.gz
oeqa/selftest/recipetool: update for license changes
Now that recipetool writes BSD-3-Clause, update the test appropriately. (From OE-Core rev: e4cb21609e3e95725b235de48458ab3c111ee9c1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/recipetool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py
index 6f531dfa36..c2a53815d0 100644
--- a/meta/lib/oeqa/selftest/cases/recipetool.py
+++ b/meta/lib/oeqa/selftest/cases/recipetool.py
@@ -481,7 +481,7 @@ class RecipetoolTests(RecipetoolBase):
481 result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri)) 481 result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
482 self.assertTrue(os.path.isfile(recipefile)) 482 self.assertTrue(os.path.isfile(recipefile))
483 checkvars = {} 483 checkvars = {}
484 checkvars['LICENSE'] = set(['PSF', '&', 'BSD', 'GPL']) 484 checkvars['LICENSE'] = set(['PSF', '&', 'BSD-3-Clause', 'GPL'])
485 checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING.txt;md5=35a23d42b615470583563132872c97d6' 485 checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING.txt;md5=35a23d42b615470583563132872c97d6'
486 checkvars['SRC_URI'] = 'https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-${PV}.tar.gz' 486 checkvars['SRC_URI'] = 'https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-${PV}.tar.gz'
487 checkvars['SRC_URI[md5sum]'] = 'c53768d63db3873b7d452833553469de' 487 checkvars['SRC_URI[md5sum]'] = 'c53768d63db3873b7d452833553469de'