diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-07 12:29:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:19:56 +0100 |
commit | 534dc2e004fb499d2d7063340e26cfe816175b63 (patch) | |
tree | 2bfbcedde0b26a8daf4d9ebb451862d4e3ab2e5c /meta | |
parent | 0d3e9edfde8e81ff2cc86576999af2f58f350c37 (diff) | |
download | poky-534dc2e004fb499d2d7063340e26cfe816175b63.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 28aaeea418..bffd174c0a 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -139,7 +139,7 @@ def get_noinst_tools_paths (d, bb, tools): | |||
139 | 139 | ||
140 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}" | 140 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}" |
141 | 141 | ||
142 | RDEPENDS_${PN}-testtools += "python3 python3-dbus" | 142 | RDEPENDS_${PN}-testtools += "python3-core python3-dbus" |
143 | RDEPENDS_${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}" | 143 | RDEPENDS_${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}" |
144 | 144 | ||
145 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" | 145 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" |