[oe-commits] Andreas Müller : gateone: remove unneeded systemd code
git at git.openembedded.org
git at git.openembedded.org
Tue Mar 6 09:04:26 UTC 2012
Module: meta-openembedded.git
Branch: master
Commit: 70d51891d8f1960eb6608bc2f731c118a2a27a91
URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=70d51891d8f1960eb6608bc2f731c118a2a27a91
Author: Andreas Müller <schnitzeltony at googlemail.com>
Date: Tue Mar 6 00:58:15 2012 +0000
gateone: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
.../recipes-connectivity/gateone/gateone_git.bb | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 107b3f2..2469f9e 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
+PR = "r1"
+
PV = "1.0"
SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b"
SRC_URI = "git://github.com/liftoff/GateOne.git \
@@ -18,9 +20,6 @@ export prefix = "${localstatedir}/lib"
do_install_append() {
install -d ${D}${localstatedir}/log/${BPN}
- install -m 0755 -d ${D}${systemd_unitdir}/system
- install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system/
-
install -m 0755 -d ${D}${sysconfdir}/avahi/services/
install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/
}
More information about the Openembedded-commits
mailing list