[oe-commits] [openembedded-core] 01/02: oeqa/devtool: update recipe test as libmatchbox changed

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 07:47:49 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit dbf7a797b22bef8ccfcc4df7b76736619bf13418
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 18 21:43:12 2016 +0100

    oeqa/devtool: update recipe test as libmatchbox changed
    
    (From OE-Core rev: b36712eef14c20007e0adb01cc7d4bce9e7926bb)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index 132a73d..882a9a9 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, [])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list