summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index f6aa3776d..f0f727a57 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -2,7 +2,7 @@ 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 = "r8" 5PR = "r9"
6 6
7PV = "1.1" 7PV = "1.1"
8SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46" 8SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit distutils allarch 16inherit distutils allarch python-dir
17 17
18export prefix = "${localstatedir}/lib" 18export prefix = "${localstatedir}/lib"
19 19
@@ -26,7 +26,7 @@ do_install_append() {
26 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
27} 27}
28 28
29FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" 29FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}"
30RDEPENDS_${PN} = "file \ 30RDEPENDS_${PN} = "file \
31 mime-support \ 31 mime-support \
32 openssh-ssh \ 32 openssh-ssh \