aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-24 21:36:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 11:00:14 +0200
commitecdc4af9bc4c3df5ef5a32b6a8bf11301e53faea (patch)
treeb3c680873e4d5cc3323d15c9e73390effc9032a3
parent4ad5a06c773ebfa4afcdf111779fe561df7b1732 (diff)
downloadmeta-openembedded-contrib-ecdc4af9bc4c3df5ef5a32b6a8bf11301e53faea.tar.gz
connman: rename bbappend to match new version from oe-core
* removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core * removed SYSTEMD_SERVICE already set in oe-core's .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend (renamed from meta-systemd/oe-core/recipes-connectivity/connman/connman_1.13.bbappend)3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.13.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend
index 61292adde1..f006b3fb5b 100644
--- a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.13.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend
@@ -1,6 +1,3 @@
-PRINC := "${@int(PRINC) + 2}"
-
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "connman.service"