aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-07 15:37:40 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2012-08-07 16:49:35 +0200
commit8cad4514a52f9b10bae3b5461d1f1ed794b9abf2 (patch)
tree3c3048e853ab1f5e239535ab091a1550e21bd240
parentae77c6d3687ddf23d69e04ec690222befa48c382 (diff)
downloadmeta-openembedded-contrib-gnutoo/gpsd-3.7.tar.gz
meta-systemd: drop bbappend for gpsd_gitgnutoo/gpsd-3.7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-systemd/meta-oe/recipes-navigation/gpsd/gpsd_git.bbappend14
1 files changed, 0 insertions, 14 deletions
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 1026e220f6..0000000000
--- 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
-}