summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-18 21:43:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-27 08:41:43 +0100
commitec0de3b71ec5ad3797693094b2a04b4cba9a3c58 (patch)
treedb63852bdfebd00c7f65bb34b78de06eba41abcc /meta/lib/oeqa/selftest
parent54086de15853994a25e4d3a681cfab229d3815bd (diff)
downloadpoky-ec0de3b71ec5ad3797693094b2a04b4cba9a3c58.tar.gz
oeqa/devtool: update recipe test as libmatchbox changed
(From OE-Core rev: b36712eef14c20007e0adb01cc7d4bce9e7926bb) (From OE-Core rev: dbf7a797b22bef8ccfcc4df7b76736619bf13418) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 132a73d0ec..882a9a9e84 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -357,7 +357,7 @@ class DevtoolTests(DevtoolBase):
357 self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named') 357 self.assertIn('_git.bb', recipefile, 'Recipe file incorrectly named')
358 checkvars = {} 358 checkvars = {}
359 checkvars['S'] = '${WORKDIR}/git' 359 checkvars['S'] = '${WORKDIR}/git'
360 checkvars['PV'] = '1.11+git${SRCPV}' 360 checkvars['PV'] = '1.12+git${SRCPV}'
361 checkvars['SRC_URI'] = url 361 checkvars['SRC_URI'] = url
362 checkvars['SRCREV'] = '${AUTOREV}' 362 checkvars['SRCREV'] = '${AUTOREV}'
363 self._test_recipe_contents(recipefile, checkvars, []) 363 self._test_recipe_contents(recipefile, checkvars, [])