summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gateone/gateone_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-06-10 21:46:50 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:06 +0200
commit365d5ec941347f54744b9f5fbb7b06cc3949e14a (patch)
tree322e21d7d6a98669598f40d51f89e4d8e048c273 /meta-oe/recipes-connectivity/gateone/gateone_git.bb
parenta55a93180733f769d676d9e66f74bf10d5da6ff0 (diff)
downloadmeta-openembedded-365d5ec941347f54744b9f5fbb7b06cc3949e14a.tar.gz
gateone: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gateone/gateone_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 12f4e5107..f6aa3776d 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -2,19 +2,18 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
2LICENSE = "AGPLv3" 2LICENSE = "AGPLv3"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
4 4
5PR = "r7" 5PR = "r8"
6 6
7PV = "1.1" 7PV = "1.1"
8SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46" 8SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
9SRC_URI = "git://github.com/liftoff/GateOne.git \ 9SRC_URI = "git://github.com/liftoff/GateOne.git \
10 file://gateone-avahi.service \ 10 file://gateone-avahi.service \
11 file://gateone.service \
12 file://server.conf \ 11 file://server.conf \
13 " 12 "
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15
17inherit distutils allarch systemd 16inherit distutils allarch
18 17
19export prefix = "${localstatedir}/lib" 18export prefix = "${localstatedir}/lib"
20 19
@@ -27,10 +26,6 @@ do_install_append() {
27 install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf 26 install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
28} 27}
29 28
30NATIVE_SYSTEMD_SUPPORT = "1"
31SYSTEMD_PACKAGES = "${PN}"
32SYSTEMD_SERVICE = "gateone.service"
33
34FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" 29FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}"
35RDEPENDS_${PN} = "file \ 30RDEPENDS_${PN} = "file \
36 mime-support \ 31 mime-support \