| Submitter | Andrei Gherzan |
|---|---|
| Date | Jan. 14, 2013, 6:42 p.m. |
| Message ID | <1358188976-14581-2-git-send-email-andrei.gherzan@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/42601/ |
| State | Accepted, archived |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> --- .../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