diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:50:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:55:49 +0100 |
commit | f81065f5b2313fc4d967c0144b90838f33e6ff60 (patch) | |
tree | 2a6f159e4215a512013bb3ba96f7d3df4da30422 /meta/lib/oeqa | |
parent | 25a04eed02096076c25f6edd390b3d1a6daff51c (diff) | |
download | poky-f81065f5b2313fc4d967c0144b90838f33e6ff60.tar.gz |
selftest/devtool: Update after make PROVIDER changes
Now that make/remake needs a PREFERRED_PROVIDER, we need to set this
correctly during tests.
(From OE-Core rev: 1a41953331f42d69c0201dcfcbb7d8dc12422fde)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/selftest/devtool.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): | |||
929 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') | 929 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') |
930 | # Try devtool extract | 930 | # Try devtool extract |
931 | self.track_for_cleanup(tempdir) | 931 | self.track_for_cleanup(tempdir) |
932 | self.append_config('PREFERRED_PROVIDER_virtual/make = "remake"') | ||
932 | result = runCmd('devtool extract remake %s' % tempdir) | 933 | result = runCmd('devtool extract remake %s' % tempdir) |
933 | self.assertTrue(os.path.exists(os.path.join(tempdir, 'Makefile.am')), 'Extracted source could not be found') | 934 | self.assertTrue(os.path.exists(os.path.join(tempdir, 'Makefile.am')), 'Extracted source could not be found') |
934 | # devtool extract shouldn't create the workspace | 935 | # devtool extract shouldn't create the workspace |