[oe-commits] [openembedded-core] 01/23: selftest/devtool: Update after make PROVIDER changes

git at git.openembedded.org git at git.openembedded.org
Mon Mar 28 14:56:26 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1a41953331f42d69c0201dcfcbb7d8dc12422fde
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 28 15:50:54 2016 +0100

    selftest/devtool: Update after make PROVIDER changes
    
    Now that make/remake needs a PREFERRED_PROVIDER, we need to set this
    correctly during tests.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/devtool.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index fe9f7f7..32025be 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -929,6 +929,7 @@ class DevtoolTests(DevtoolBase):
         tempdir = tempfile.mkdtemp(prefix='devtoolqa')
         # Try devtool extract
         self.track_for_cleanup(tempdir)
+        self.append_config('PREFERRED_PROVIDER_virtual/make = "remake"')
         result = runCmd('devtool extract remake %s' % tempdir)
         self.assertTrue(os.path.exists(os.path.join(tempdir, 'Makefile.am')), 'Extracted source could not be found')
         # devtool extract shouldn't create the workspace

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list