From 1a41953331f42d69c0201dcfcbb7d8dc12422fde Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 28 Mar 2016 15:50:54 +0100 Subject: 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 --- meta/lib/oeqa/selftest/devtool.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa') diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index fe9f7f77a4..32025bed32 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 -- cgit 1.2.3-korg