]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 23 Dec 2014 15:20:24 +0000 (15:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Dec 2014 08:26:01 +0000 (08:26 +0000)
Build some recipes so that we have the needed data in the sysroot for
recipetool to refer to when scanning for dependencies.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oeqa/selftest/devtool.py

index e158ad919f66e0a2924107f6cc434d70ea577afe..74fb325803075a5439c911f6578d1e90e0b092c9 100644 (file)
@@ -66,6 +66,8 @@ class DevtoolTests(oeSelfTest):
         self.assertEqual(checkvars, {}, 'Some variables not found')
 
     def test_recipetool_create_git(self):
+        # Ensure we have the right data in shlibs/pkgdata
+        bitbake('libpng pango libx11 libxext')
         # Try adding a recipe
         tempdir = tempfile.mkdtemp(prefix='devtoolqa')
         self.track_for_cleanup(tempdir)