diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-06 00:58:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-06 10:00:08 +0100 |
commit | 70d51891d8f1960eb6608bc2f731c118a2a27a91 (patch) | |
tree | 3d8b54143aa729c8376671556fec125c0b2dffda /meta-oe | |
parent | 30cb6a45a42056d7a6b609c828529af8212ac418 (diff) | |
download | meta-openembedded-70d51891d8f1960eb6608bc2f731c118a2a27a91.tar.gz |
gateone: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/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 107b3f2d5..2469f9e29 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" | |||
2 | LICENSE = "AGPLv3" | 2 | LICENSE = "AGPLv3" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" |
4 | 4 | ||
5 | PR = "r1" | ||
6 | |||
5 | PV = "1.0" | 7 | PV = "1.0" |
6 | SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b" | 8 | SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b" |
7 | SRC_URI = "git://github.com/liftoff/GateOne.git \ | 9 | SRC_URI = "git://github.com/liftoff/GateOne.git \ |
@@ -18,9 +20,6 @@ export prefix = "${localstatedir}/lib" | |||
18 | do_install_append() { | 20 | do_install_append() { |
19 | install -d ${D}${localstatedir}/log/${BPN} | 21 | install -d ${D}${localstatedir}/log/${BPN} |
20 | 22 | ||
21 | install -m 0755 -d ${D}${systemd_unitdir}/system | ||
22 | install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system/ | ||
23 | |||
24 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ | 23 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ |
25 | install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ | 24 | install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ |
26 | } | 25 | } |