summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index 974333f555..08fe8df63e 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -360,7 +360,7 @@ class DevtoolTests(DevtoolBase):
360 self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named') 360 self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named')
361 checkvars = {} 361 checkvars = {}
362 checkvars['S'] = '${WORKDIR}/git' 362 checkvars['S'] = '${WORKDIR}/git'
363 checkvars['PV'] = '1.11+git${SRCPV}' 363 checkvars['PV'] = '1.12+git${SRCPV}'
364 checkvars['SRC_URI'] = url 364 checkvars['SRC_URI'] = url
365 checkvars['SRCREV'] = '${AUTOREV}' 365 checkvars['SRCREV'] = '${AUTOREV}'
366 self._test_recipe_contents(recipefile, checkvars, []) 366 self._test_recipe_contents(recipefile, checkvars, [])