mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gateone: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
a55a931807
commit
365d5ec941
@@ -2,19 +2,18 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
|
||||
LICENSE = "AGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
|
||||
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
PV = "1.1"
|
||||
SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
|
||||
SRC_URI = "git://github.com/liftoff/GateOne.git \
|
||||
file://gateone-avahi.service \
|
||||
file://gateone.service \
|
||||
file://server.conf \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distutils allarch systemd
|
||||
inherit distutils allarch
|
||||
|
||||
export prefix = "${localstatedir}/lib"
|
||||
|
||||
@@ -27,10 +26,6 @@ do_install_append() {
|
||||
install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
|
||||
}
|
||||
|
||||
NATIVE_SYSTEMD_SUPPORT = "1"
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE = "gateone.service"
|
||||
|
||||
FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}"
|
||||
RDEPENDS_${PN} = "file \
|
||||
mime-support \
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRC_URI += "file://gateone.service"
|
||||
|
||||
NATIVE_SYSTEMD_SUPPORT = "1"
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE = "gateone.service"
|
||||
Reference in New Issue
Block a user