[oe-commits] Denis 'GNUtoo' Carikli : meta-systemd: adjust the gpsd bbappend to match the current version.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:02:33 UTC 2012


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Aug  7 11:28:23 2012 +0200

meta-systemd: adjust the gpsd bbappend to match the current version.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gpsd/{gpsd_3.5.bbappend => gpsd_3.7.bbappend}  |    0
 .../recipes-navigation/gpsd/gpsd_git.bbappend      |   14 --------------
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bbappend b/meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bbappend
similarity index 100%
rename from meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bbappend
rename to meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bbappend
diff --git a/meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_git.bbappend b/meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_git.bbappend
deleted file mode 100644
index 1026e22..0000000
--- a/meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_git.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-PRINC := "${@int(PRINC) + 1}"
-
-inherit systemd
-
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE = "${PN}.socket"
-SYSTEMD_OESCONS = "true"
-
-do_install_append() {
-    #support for systemd
-    install -d ${D}${systemd_unitdir}/system/
-    install -m 0644 ${S}/systemd/${PN}.service ${D}${systemd_unitdir}/system/${PN}.service
-    install -m 0644 ${S}/systemd/${PN}.socket ${D}${systemd_unitdir}/system/${PN}.socket
-}





More information about the Openembedded-commits mailing list