From: Ross Burton Date: Mon, 18 Jul 2016 20:43:12 +0000 (+0100) Subject: oeqa/devtool: update recipe test as libmatchbox changed X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dbf7a797b22bef8ccfcc4df7b76736619bf13418;p=openembedded-core.git oeqa/devtool: update recipe test as libmatchbox changed (From OE-Core rev: b36712eef14c20007e0adb01cc7d4bce9e7926bb) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index 132a73d0ec..882a9a9e84 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py @@ -357,7 +357,7 @@ class DevtoolTests(DevtoolBase): self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named') checkvars = {} checkvars['S'] = '${WORKDIR}/git' - checkvars['PV'] = '1.11+git${SRCPV}' + checkvars['PV'] = '1.12+git${SRCPV}' checkvars['SRC_URI'] = url checkvars['SRCREV'] = '${AUTOREV}' self._test_recipe_contents(recipefile, checkvars, [])