aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:33:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-20 17:49:10 +0100
commit65beec527ac271a76470bee1fdcee8f1dcc54ec9 (patch)
treed9fe60b53f687950487ced8f6356c7265b267ba0 /meta-systemd
parenta6c5c20f4ebd9be6710a7835061be1ed75597fc6 (diff)
downloadmeta-openembedded-contrib-65beec527ac271a76470bee1fdcee8f1dcc54ec9.tar.gz
ofono: Rename .bbappend to match new version from oe-core
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.13.bbappend (renamed from meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend)6
1 files changed, 1 insertions, 5 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.13.bbappend
index 914117afb7..17a3124599 100644
--- a/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.12.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/ofono/ofono_1.13.bbappend
@@ -1,9 +1,5 @@
-PRINC := "${@int(PRINC) + 2}"
-
-inherit systemd
-
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "ofono.service"
+
SYSTEMD_AUTO_ENABLE = "disable"