[OE-core] [PATCH] selftest/devtool: Don't use removed remake as test case

Jussi Kukkonen jussi.kukkonen at intel.com
Wed Jun 21 16:18:26 UTC 2017


remake was removed from oe-core: use another recipe in the devtool
extract test.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---

remake removal is not yet in master.

Paul please review: I didn't know if there was a reason for picking
remake, I chose matchbox-terminal because the source is tiny.

Thanks,
Jussi


 meta/lib/oeqa/selftest/cases/devtool.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index a7fde201fbc..88d69724f93 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -1094,8 +1094,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)
+        result = runCmd('devtool extract matchbox-terminal %s' % tempdir)
         self.assertExists(os.path.join(tempdir, 'Makefile.am'), 'Extracted source could not be found')
         # devtool extract shouldn't create the workspace
         self.assertNotExists(self.workspacedir)
-- 
2.11.0




More information about the Openembedded-core mailing list