From 75c5dc8d4a5506bf5b89292a96c7b9f91e9d71c8 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 24 Feb 2016 19:12:21 +0100 Subject: bluez5: allow D-Bus to spawn obexd in systems without systemd This includes a proper D-Bus service file for obexd in systems that do not support systemd. Signed-off-by: Javier Viguera Signed-off-by: Ross Burton --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc') diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index ff2bdcba62..f38eaa5035 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -19,6 +19,7 @@ PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," SRC_URI = "\ ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ file://init \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ " S = "${WORKDIR}/bluez-${PV}" -- cgit 1.2.3-korg