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:26:01 +0000 | 
| commit | 67bf1dac68d76c7e6a4d95e5bdd1eba468331f01 (patch) | |
| tree | 6de493826dfb982cc55edccc7dc462b179939a19 | |
| parent | 0e0dd2575bb2a1b6f6c5eba1f8cfb0d81cc1b091 (diff) | |
| download | openembedded-core-67bf1dac68d76c7e6a4d95e5bdd1eba468331f01.tar.gz openembedded-core-67bf1dac68d76c7e6a4d95e5bdd1eba468331f01.tar.bz2 openembedded-core-67bf1dac68d76c7e6a4d95e5bdd1eba468331f01.zip | |
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>
| -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):          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) | 
