mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
ofono: Add run time dependency for ofono test scripts
Some ofono test scripts i.e. enable-modem use python-dbus module and this must be installed along with ofono-tests package. (From OE-Core rev: e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cceb11fd0b
commit
9d9150c11a
@@ -23,4 +23,4 @@ RDEPENDS_${PN} += "dbus"
|
||||
|
||||
FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}"
|
||||
FILES_${PN}-tests = "${libdir}/ofono"
|
||||
RDEPENDS_${PN}-tests = "python python-pygobject"
|
||||
RDEPENDS_${PN}-tests = "python python-pygobject python-dbus"
|
||||
|
||||
Reference in New Issue
Block a user