aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-12-23 15:20:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-25 08:26:01 +0000
commit67bf1dac68d76c7e6a4d95e5bdd1eba468331f01 (patch)
tree6de493826dfb982cc55edccc7dc462b179939a19 /meta
parent0e0dd2575bb2a1b6f6c5eba1f8cfb0d81cc1b091 (diff)
downloadopenembedded-core-contrib-67bf1dac68d76c7e6a4d95e5bdd1eba468331f01.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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
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):
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)