diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-11 14:09:32 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-16 09:39:06 +0200 |
| commit | a55a93180733f769d676d9e66f74bf10d5da6ff0 (patch) | |
| tree | 89b5028b9e6ae9b8e506324ea11cb80c74ffc2c7 /meta-systemd | |
| parent | 1e6cf9483d41cf8033ada4fd15a07bb4d85aa724 (diff) | |
| download | meta-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.bbappend | 8 |
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 @@ | |||
| 1 | inherit systemd | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 1}" | ||
| 4 | |||
| 5 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" | ||
| 6 | |||
| 7 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
| 8 | SYSTEMD_SERVICE_${PN}-systemd = "connman.service" | ||
