diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 0ce90a4af9..627bc65e42 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -300,6 +300,8 @@ class DevtoolTests(DevtoolBase): | |||
| 300 | 300 | ||
| 301 | @OETestID(1423) | 301 | @OETestID(1423) |
| 302 | def test_devtool_add_git_local(self): | 302 | def test_devtool_add_git_local(self): |
| 303 | # We need dbus built so that DEPENDS recognition works | ||
| 304 | bitbake('dbus') | ||
| 303 | # Fetch source from a remote URL, but do it outside of devtool | 305 | # Fetch source from a remote URL, but do it outside of devtool |
| 304 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') | 306 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') |
| 305 | self.track_for_cleanup(tempdir) | 307 | self.track_for_cleanup(tempdir) |
