aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2013-01-14 18:42:53 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-17 14:18:15 +0100
commitf9b8725a5cf8cd606ffa2f565774f0c5dea49d89 (patch)
tree0d9c57ce99f7abacbfc836e72dda0268c73049cd /meta-systemd/oe-core/recipes-connectivity
parent8902e3e639053ae77b5beb0ceb5a8fd105dcf54a (diff)
downloadmeta-openembedded-contrib-f9b8725a5cf8cd606ffa2f565774f0c5dea49d89.tar.gz
bluez4: Package systemd service
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/oe-core/recipes-connectivity')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend9
1 files changed, 9 insertions, 0 deletions
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"