mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
bluez5: correct the python3 runtime dependency
(From OE-Core rev: 62aeba48401cba34b9cc6dc5ee14685a1a29c5d3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0d3e9edfde
commit
534dc2e004
@@ -139,7 +139,7 @@ def get_noinst_tools_paths (d, bb, tools):
|
||||
|
||||
FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}"
|
||||
|
||||
RDEPENDS_${PN}-testtools += "python3 python3-dbus"
|
||||
RDEPENDS_${PN}-testtools += "python3-core python3-dbus"
|
||||
RDEPENDS_${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user