diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2013-01-14 18:42:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-17 14:18:15 +0100 |
commit | 4fe188b085500a9b56294b65c7537ccd88587b83 (patch) | |
tree | 7faccb436e7bb4e8e2ab2951a29d8bd1628a399d /meta-systemd | |
parent | f9b8725a5cf8cd606ffa2f565774f0c5dea49d89 (diff) | |
download | meta-openembedded-4fe188b085500a9b56294b65c7537ccd88587b83.tar.gz |
ofono: Package systemd service
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
-rw-r--r-- | meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend b/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend new file mode 100644 index 000000000..a061b52c5 --- /dev/null +++ b/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend | |||
@@ -0,0 +1,7 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | inherit systemd | ||
4 | |||
5 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
6 | SYSTEMD_SERVICE = "ofono.service" | ||
7 | SYSTEMD_AUTO_ENABLE = "disable" | ||