diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-02-16 02:03:02 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:31 +0100 |
| commit | 7a23c18646ef701ecd79ddf460c16fd140a66aef (patch) | |
| tree | 5cb6bdf2967a707944527d6711f266d643cefeb7 /meta-oe/recipes-connectivity/connman | |
| parent | 114cefffb9879b9e52c3323872a7dfac03d626a9 (diff) | |
| download | meta-openembedded-7a23c18646ef701ecd79ddf460c16fd140a66aef.tar.gz | |
connman: remove unneeded systemd code / use ${systemd_unitdir}
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/connman')
| -rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.78.bbappend | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend b/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend index d6f756cfff..f1b05aa232 100644 --- a/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend +++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend | |||
| @@ -1,13 +1,8 @@ | |||
| 1 | inherit systemd | 1 | inherit systemd |
| 2 | 2 | ||
| 3 | EXTRA_OECONF += "--with-systemdunitdir=${base_libdir}/systemd/system/" | 3 | EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" |
| 4 | 4 | ||
| 5 | PRINC := "${@int(PRINC) + 1}" | 5 | PRINC := "${@int(PRINC) + 2}" |
| 6 | 6 | ||
| 7 | SYSTEMD_PACKAGES = "${PN}-systemd" | 7 | SYSTEMD_PACKAGES = "${PN}-systemd" |
| 8 | SYSTEMD_SERVICE_${PN}-systemd = "connman.service" | 8 | SYSTEMD_SERVICE_${PN}-systemd = "connman.service" |
| 9 | |||
| 10 | # systemd files | ||
| 11 | PACKAGES =+ "${PN}-systemd" | ||
| 12 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
| 13 | RDEPENDS_${PN}-systemd += "${PN}" | ||
