[oe-commits] Martin Jansa : connman: rename bbappend to match new version from oe-core

git at git.openembedded.org git at git.openembedded.org
Tue May 28 08:58:22 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: ecdc4af9bc4c3df5ef5a32b6a8bf11301e53faea
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ecdc4af9bc4c3df5ef5a32b6a8bf11301e53faea

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri May 24 21:36:55 2013 +0200

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 at gmail.com>

---

 .../connman/connman_1.13.bbappend                  |    6 ------
 .../connman/connman_1.14.bbappend                  |    3 +++
 2 files changed, 3 insertions(+), 6 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.13.bbappend
deleted file mode 100644
index 61292ad..0000000
--- a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.13.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-PRINC := "${@int(PRINC) + 2}"
-
-RPROVIDES_${PN} += "${PN}-systemd"
-RREPLACES_${PN} += "${PN}-systemd"
-RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "connman.service"
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend
new file mode 100644
index 0000000..f006b3f
--- /dev/null
+++ b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.14.bbappend
@@ -0,0 +1,3 @@
+RPROVIDES_${PN} += "${PN}-systemd"
+RREPLACES_${PN} += "${PN}-systemd"
+RCONFLICTS_${PN} += "${PN}-systemd"



More information about the Openembedded-commits mailing list