]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/devtool: Ensure dbus is built befoe running test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jul 2018 22:16:28 +0000 (22:16 +0000)
committerArmin Kuster <akuster808@gmail.com>
Tue, 9 Apr 2019 12:27:17 +0000 (17:57 +0530)
commitaf7ba26a603a12de0aed35e786674c92049c2bee
treeda6328e52664c41c1df1b2bbc29e51ffb2fd5325
parentcc771aa4b74f222f1bea38b0b50196b2fbc97ab4
oeqa/selftest/devtool: Ensure dbus is built befoe running test

If dbus isn't build first the dbus dependency of dbus-wait can't be detected
through pkgconfig and the test fails:

AssertionError: {'DEPENDS': {'dbus'}} != {}
- {'DEPENDS': {'dbus'}}
+ {} : Some expected variables not found in recipe: {'DEPENDS': {'dbus'}}

Ensure dbus is built and present in the sysroot.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/selftest/cases/devtool.py