mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gateone: make it work
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -2,10 +2,10 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
|
|||||||
LICENSE = "AGPLv3"
|
LICENSE = "AGPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec"
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r5"
|
||||||
|
|
||||||
PV = "0.9"
|
PV = "0.9"
|
||||||
SRCREV = "3a10118f10aeea457be0cbea89a5e1e642fbf59f"
|
SRCREV = "031a85e8e24ae499e41e15b5077c33a4bd647bd3"
|
||||||
SRC_URI = "git://github.com/liftoff/GateOne.git"
|
SRC_URI = "git://github.com/liftoff/GateOne.git"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
@@ -16,7 +16,11 @@ do_configure_prepend() {
|
|||||||
sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py
|
sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = "${localstatedir}/lib/"
|
do_install_append() {
|
||||||
|
install -d ${D}${localstatedir}/log/${BPN}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} = "${localstatedir}"
|
||||||
RDEPENDS_${PN} = "python-tornado \
|
RDEPENDS_${PN} = "python-tornado \
|
||||||
python-datetime \
|
python-datetime \
|
||||||
python-shell \
|
python-shell \
|
||||||
@@ -34,4 +38,8 @@ RDEPENDS_${PN} = "python-tornado \
|
|||||||
python-pyopenssl \
|
python-pyopenssl \
|
||||||
findutils \
|
findutils \
|
||||||
python-simplejson \
|
python-simplejson \
|
||||||
|
python-multiprocessing \
|
||||||
|
file \
|
||||||
|
openssh-ssh \
|
||||||
|
mime-support \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user