From c38d8f3f3edcb7ca5bfe2a1bc94da234b111daed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Thu, 16 Feb 2012 02:03:02 +0000 Subject: [PATCH] connman: remove unneeded systemd code / use ${systemd_unitdir} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-openembedded rev: 7a23c18646ef701ecd79ddf460c16fd140a66aef) Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-connectivity/connman/connman_0.78.bbappend | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend b/meta-openembedded/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend index d6f756c..f1b05aa 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend +++ b/meta-openembedded/meta-oe/recipes-connectivity/connman/connman_0.78.bbappend @@ -1,13 +1,8 @@ inherit systemd -EXTRA_OECONF += "--with-systemdunitdir=${base_libdir}/systemd/system/" +EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/" -PRINC := "${@int(PRINC) + 1}" +PRINC := "${@int(PRINC) + 2}" SYSTEMD_PACKAGES = "${PN}-systemd" SYSTEMD_SERVICE_${PN}-systemd = "connman.service" - -# systemd files -PACKAGES =+ "${PN}-systemd" -FILES_${PN}-systemd += "${base_libdir}/systemd" -RDEPENDS_${PN}-systemd += "${PN}" -- 2.7.4