summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-02-16 02:03:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-23 16:46:31 +0100
commit7a23c18646ef701ecd79ddf460c16fd140a66aef (patch)
tree5cb6bdf2967a707944527d6711f266d643cefeb7
parent114cefffb9879b9e52c3323872a7dfac03d626a9 (diff)
downloadmeta-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>
-rw-r--r--meta-oe/recipes-connectivity/connman/connman_0.78.bbappend9
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 d6f756cff..f1b05aa23 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 @@
1inherit systemd 1inherit systemd
2 2
3EXTRA_OECONF += "--with-systemdunitdir=${base_libdir}/systemd/system/" 3EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
4 4
5PRINC := "${@int(PRINC) + 1}" 5PRINC := "${@int(PRINC) + 2}"
6 6
7SYSTEMD_PACKAGES = "${PN}-systemd" 7SYSTEMD_PACKAGES = "${PN}-systemd"
8SYSTEMD_SERVICE_${PN}-systemd = "connman.service" 8SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
9
10# systemd files
11PACKAGES =+ "${PN}-systemd"
12FILES_${PN}-systemd += "${base_libdir}/systemd"
13RDEPENDS_${PN}-systemd += "${PN}"