aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-07-11 14:09:32 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:06 +0200
commita55a93180733f769d676d9e66f74bf10d5da6ff0 (patch)
tree89b5028b9e6ae9b8e506324ea11cb80c74ffc2c7 /meta-systemd
parent1e6cf9483d41cf8033ada4fd15a07bb4d85aa724 (diff)
downloadmeta-openembedded-a55a93180733f769d676d9e66f74bf10d5da6ff0.tar.gz
connman: move systemd support to meta-systemd
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend b/meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
new file mode 100644
index 0000000000..a9d13e627c
--- /dev/null
+++ b/meta-systemd/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
@@ -0,0 +1,8 @@
+inherit systemd
+
+PRINC := "${@int(PRINC) + 1}"
+
+EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE_${PN}-systemd = "connman.service"