]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/recipetool: update for libjpeg-turbo migration
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Jan 2016 13:20:39 +0000 (13:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:05 +0000 (13:40 +0000)
The recipe creation test of libmatchbox now depends on libjpeg-turbo, not jpeg.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/recipetool.py

index 6a7ef9d9610eaf6046b50ffdbd2a5c0ccb112c00..4103a88fadc6f872786ee52cfee2fedbac12d7c1 100644 (file)
@@ -397,7 +397,7 @@ class RecipetoolTests(RecipetoolBase):
         checkvars['S'] = '${WORKDIR}/git'
         checkvars['PV'] = '1.11+git${SRCPV}'
         checkvars['SRC_URI'] = srcuri
-        checkvars['DEPENDS'] = 'libpng pango libx11 libxext jpeg'
+        checkvars['DEPENDS'] = set(['libjpeg-turbo', 'libpng', 'libx11', 'libxext', 'pango'])
         inherits = ['autotools', 'pkgconfig']
         self._test_recipe_contents(recipefile, checkvars, inherits)