mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
fwupd: fix ptests
The ptest package requires dbus as a runtime dependency, otherwise the tests fail with the following error: Failed to connect to daemon: Could not connect: No such file or directory FAIL: fwupd/fwupd.test (Child process exited with code 1) SUMMARY: total=1; passed=0; skipped=0; failed=1; user=0.7s; system=0.1s; maxrss=21716 FAIL: fwupd/fwupd.test (Child process exited with code 1) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fbd80e3ab2
commit
2c8072f178
|
|
@ -85,7 +85,7 @@ FILES:${PN} += "\
|
|||
|
||||
FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
|
||||
${datadir}/installed-tests/"
|
||||
RDEPENDS:${PN}-ptest += "gnome-desktop-testing python3"
|
||||
RDEPENDS:${PN}-ptest += "gnome-desktop-testing python3 dbus"
|
||||
|
||||
# ESP mounting, not strictly necessary
|
||||
RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'udisks2', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user