summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
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 d5b6a46d49..723d8e19cf 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -235,6 +235,8 @@ class DevtoolTests(DevtoolBase):
235 235
236 @OETestID(1423) 236 @OETestID(1423)
237 def test_devtool_add_git_local(self): 237 def test_devtool_add_git_local(self):
238 # We need dbus built so that DEPENDS recognition works
239 bitbake('dbus')
238 # Fetch source from a remote URL, but do it outside of devtool 240 # Fetch source from a remote URL, but do it outside of devtool
239 tempdir = tempfile.mkdtemp(prefix='devtoolqa') 241 tempdir = tempfile.mkdtemp(prefix='devtoolqa')
240 self.track_for_cleanup(tempdir) 242 self.track_for_cleanup(tempdir)