From f9b8725a5cf8cd606ffa2f565774f0c5dea49d89 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 14 Jan 2013 18:42:53 +0000 Subject: bluez4: Package systemd service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrei Gherzan Acked-by: Andreas Müller Signed-off-by: Martin Jansa --- .../oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend (limited to 'meta-systemd/oe-core') diff --git a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend new file mode 100644 index 0000000000..8945a6da79 --- /dev/null +++ b/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend @@ -0,0 +1,9 @@ +PRINC := "${@int(PRINC) + 1}" + +inherit systemd + +EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" + +SYSTEMD_PACKAGES = "${PN}-systemd" +SYSTEMD_SERVICE = "bluetooth.service" +SYSTEMD_AUTO_ENABLE = "disable" -- cgit 1.2.3-korg