]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/devtool: update recipe test as libmatchbox changed
authorRoss Burton <ross.burton@intel.com>
Mon, 18 Jul 2016 20:43:12 +0000 (21:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:27:39 +0000 (10:27 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/devtool.py

index 974333f55551b60d94ee0f4d28f6c2d9b026662d..08fe8df63e067839fe2091bf5c87d5eb25c9febe 100644 (file)
@@ -360,7 +360,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, [])