[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 Mar 12 10:21:17 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Mar  7 16:52:59 2013 +0100

connman: rename .bbappend to match new version from oe-core

* drop settings already set in connman.inc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../connman/connman_1.10.bbappend                  |    8 --------
 .../connman/connman_1.12.bbappend                  |    4 ++++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend
deleted file mode 100644
index a9d13e6..0000000
--- a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-inherit systemd
-
-PRINC := "${@int(PRINC) + 1}"
-
-EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
-
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend
new file mode 100644
index 0000000..b94f84b
--- /dev/null
+++ b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend
@@ -0,0 +1,4 @@
+PRINC := "${@int(PRINC) + 1}"
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE_${PN}-systemd = "connman.service"





More information about the Openembedded-commits mailing list