* [PATCH][krogoth] oeqa/selftest/recipetool: actually fix create_github test
@ 2017-06-07 14:28 Ross Burton
0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2017-06-07 14:28 UTC (permalink / raw)
To: openembedded-core
The Meson revision was locked down but the license list change wasn't actually
committed...
Also specify the exact path for recipetool to write to, for clarity.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/lib/oeqa/selftest/recipetool.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oeqa/selftest/recipetool.py b/meta/lib/oeqa/selftest/recipetool.py
index 312684b..0ec8381 100644
--- a/meta/lib/oeqa/selftest/recipetool.py
+++ b/meta/lib/oeqa/selftest/recipetool.py
@@ -448,10 +448,10 @@ class RecipetoolTests(RecipetoolBase):
os.makedirs(temprecipe)
recipefile = os.path.join(temprecipe, 'meson_git.bb')
srcuri = 'https://github.com/mesonbuild/meson;rev=0.32.0'
- result = runCmd(['recipetool', 'create', '-o', temprecipe, srcuri])
+ result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri])
self.assertTrue(os.path.isfile(recipefile))
checkvars = {}
- checkvars['LICENSE'] = set(['Apache-2.0', 'Unknown'])
+ checkvars['LICENSE'] = set(['Apache-2.0'])
checkvars['SRC_URI'] = 'git://github.com/mesonbuild/meson;protocol=https'
inherits = ['setuptools']
self._test_recipe_contents(recipefile, checkvars, inherits)
--
2.8.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-07 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 14:28 [PATCH][krogoth] oeqa/selftest/recipetool: actually fix create_github test Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox