diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index 869fecf7e6..dc1cf21064 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py | |||
@@ -67,7 +67,7 @@ class DevtoolTests(oeSelfTest): | |||
67 | 67 | ||
68 | def test_recipetool_create_git(self): | 68 | def test_recipetool_create_git(self): |
69 | # Ensure we have the right data in shlibs/pkgdata | 69 | # Ensure we have the right data in shlibs/pkgdata |
70 | bitbake('libpng pango libx11 libxext') | 70 | bitbake('libpng pango libx11 libxext jpeg') |
71 | # Try adding a recipe | 71 | # Try adding a recipe |
72 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') | 72 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') |
73 | self.track_for_cleanup(tempdir) | 73 | self.track_for_cleanup(tempdir) |
@@ -83,7 +83,7 @@ class DevtoolTests(oeSelfTest): | |||
83 | checkvars['S'] = '${WORKDIR}/git' | 83 | checkvars['S'] = '${WORKDIR}/git' |
84 | checkvars['PV'] = '1.0+git${SRCPV}' | 84 | checkvars['PV'] = '1.0+git${SRCPV}' |
85 | checkvars['SRC_URI'] = srcuri | 85 | checkvars['SRC_URI'] = srcuri |
86 | checkvars['DEPENDS'] = 'libpng pango libx11 libxext' | 86 | checkvars['DEPENDS'] = 'libpng pango libx11 libxext jpeg' |
87 | inherits = [] | 87 | inherits = [] |
88 | with open(recipefile, 'r') as f: | 88 | with open(recipefile, 'r') as f: |
89 | for line in f: | 89 | for line in f: |