From patchwork Mon Jan 14 18:42:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-systemd,2/4] ofono: Package systemd service Date: Mon, 14 Jan 2013 18:42:54 -0000 From: Andrei Gherzan X-Patchwork-Id: 42601 Message-Id: <1358188976-14581-2-git-send-email-andrei.gherzan@windriver.com> To: Cc: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .../recipes-connectivity/ofono/ofono_1.12.bbappend | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta-systemd/meta-oe/recipes-connectivity/ofono/ofono_1.12.bbappend diff --git a/meta-systemd/meta-oe/recipes-connectivity/ofono/ofono_1.12.bbappend b/meta-systemd/meta-oe/recipes-connectivity/ofono/ofono_1.12.bbappend new file mode 100644 index 0000000..a061b52 --- /dev/null +++ b/meta-systemd/meta-oe/recipes-connectivity/ofono/ofono_1.12.bbappend @@ -0,0 +1,7 @@ +PRINC := "${@int(PRINC) + 1}" + +inherit systemd + +SYSTEMD_PACKAGES = "${PN}-systemd" +SYSTEMD_SERVICE = "ofono.service" +SYSTEMD_AUTO_ENABLE = "disable"