diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/devtool.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index 0a44ae71c8..8faea93784 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py | |||
| @@ -279,7 +279,7 @@ class DevtoolTests(DevtoolBase): | |||
| 279 | self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named') | 279 | self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named') |
| 280 | checkvars = {} | 280 | checkvars = {} |
| 281 | checkvars['S'] = '${WORKDIR}/git' | 281 | checkvars['S'] = '${WORKDIR}/git' |
| 282 | checkvars['PV'] = '1.0+git${SRCPV}' | 282 | checkvars['PV'] = '1.11+git${SRCPV}' |
| 283 | checkvars['SRC_URI'] = url | 283 | checkvars['SRC_URI'] = url |
| 284 | checkvars['SRCREV'] = '${AUTOREV}' | 284 | checkvars['SRCREV'] = '${AUTOREV}' |
| 285 | self._test_recipe_contents(recipefile, checkvars, []) | 285 | self._test_recipe_contents(recipefile, checkvars, []) |
