summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/recipetool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/recipetool.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/recipetool.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py
index 439e41597c..95e4753976 100644
--- a/meta/lib/oeqa/selftest/cases/recipetool.py
+++ b/meta/lib/oeqa/selftest/cases/recipetool.py
@@ -426,7 +426,7 @@ class RecipetoolCreateTests(RecipetoolBase):
426 checkvars = {} 426 checkvars = {}
427 checkvars['SUMMARY'] = 'Node Server Example' 427 checkvars['SUMMARY'] = 'Node Server Example'
428 checkvars['HOMEPAGE'] = 'https://github.com/savoirfairelinux/node-server-example#readme' 428 checkvars['HOMEPAGE'] = 'https://github.com/savoirfairelinux/node-server-example#readme'
429 checkvars['LICENSE'] = set(['MIT', 'ISC', 'Unknown']) 429 checkvars['LICENSE'] = 'BSD-3-Clause & ISC & MIT & Unknown'
430 urls = [] 430 urls = []
431 urls.append('npm://registry.npmjs.org/;package=@savoirfairelinux/node-server-example;version=${PV}') 431 urls.append('npm://registry.npmjs.org/;package=@savoirfairelinux/node-server-example;version=${PV}')
432 urls.append('npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json') 432 urls.append('npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json')
@@ -483,7 +483,7 @@ class RecipetoolCreateTests(RecipetoolBase):
483 result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri)) 483 result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
484 self.assertTrue(os.path.isfile(recipefile)) 484 self.assertTrue(os.path.isfile(recipefile))
485 checkvars = {} 485 checkvars = {}
486 checkvars['LICENSE'] = set(['PSF', '&', 'BSD-3-Clause', 'GPL']) 486 checkvars['LICENSE'] = 'BSD-3-Clause & GPL & PSF'
487 checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING.txt;md5=35a23d42b615470583563132872c97d6' 487 checkvars['LIC_FILES_CHKSUM'] = 'file://COPYING.txt;md5=35a23d42b615470583563132872c97d6'
488 checkvars['SRC_URI'] = 'https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-${PV}.tar.gz' 488 checkvars['SRC_URI'] = 'https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-${PV}.tar.gz'
489 checkvars['SRC_URI[md5sum]'] = 'c53768d63db3873b7d452833553469de' 489 checkvars['SRC_URI[md5sum]'] = 'c53768d63db3873b7d452833553469de'