diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-12-23 15:20:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:27:13 +0000 |
commit | 5268d8ab1d6255bcad7fd706dc8d04d309daeb5a (patch) | |
tree | bb005c32fe40d83784d1b48cc3cefc930b0382ee /meta/lib | |
parent | 9c93079795290f09c47ddf78d45b0543a7822c8d (diff) | |
download | poky-5268d8ab1d6255bcad7fd706dc8d04d309daeb5a.tar.gz |
oeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git
Build some recipes so that we have the needed data in the sysroot for
recipetool to refer to when scanning for dependencies.
(From OE-Core rev: 67bf1dac68d76c7e6a4d95e5bdd1eba468331f01)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index e158ad919f..74fb325803 100644 --- a/meta/lib/oeqa/selftest/devtool.py +++ b/meta/lib/oeqa/selftest/devtool.py | |||
@@ -66,6 +66,8 @@ class DevtoolTests(oeSelfTest): | |||
66 | self.assertEqual(checkvars, {}, 'Some variables not found') | 66 | self.assertEqual(checkvars, {}, 'Some variables not found') |
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 | ||
70 | bitbake('libpng pango libx11 libxext') | ||
69 | # Try adding a recipe | 71 | # Try adding a recipe |
70 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') | 72 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') |
71 | self.track_for_cleanup(tempdir) | 73 | self.track_for_cleanup(tempdir) |