diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:33:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-20 17:49:10 +0100 |
commit | 65beec527ac271a76470bee1fdcee8f1dcc54ec9 (patch) | |
tree | d9fe60b53f687950487ced8f6356c7265b267ba0 /meta-systemd | |
parent | a6c5c20f4ebd9be6710a7835061be1ed75597fc6 (diff) | |
download | meta-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 914117afb70..17a31245990 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" |