diff options
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 2ae4553d48..1807aa7c96 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -132,7 +132,7 @@ FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TO | |||
132 | 132 | ||
133 | RDEPENDS_${PN}-testtools += "python3 python3-dbus python3-pygobject" | 133 | RDEPENDS_${PN}-testtools += "python3 python3-dbus python3-pygobject" |
134 | 134 | ||
135 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | 135 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" |
136 | INITSCRIPT_PACKAGES = "${PN}" | 136 | INITSCRIPT_PACKAGES = "${PN}" |
137 | INITSCRIPT_NAME_${PN} = "bluetooth" | 137 | INITSCRIPT_NAME_${PN} = "bluetooth" |
138 | 138 | ||