gateone: add git version
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 2 Nov 2011 09:01:17 +0000 (10:01 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:16:20 +0000 (08:16 -0800)
(From meta-openembedded rev: e2b5b7e2464c4ffe4b3c11a222d0760baad809dd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb
new file mode 100644 (file)
index 0000000..65e7190
--- /dev/null
@@ -0,0 +1,37 @@
+DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
+LICENSE = "AGPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec"
+
+PR = "r3"
+
+PV = "0.9"
+SRCREV = "3a10118f10aeea457be0cbea89a5e1e642fbf59f"
+SRC_URI = "git://github.com/liftoff/GateOne.git"
+
+S = "${WORKDIR}/git"
+
+inherit distutils
+
+do_configure_prepend() {
+       sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py
+}
+
+FILES_${PN} = "${localstatedir}/lib/"
+RDEPENDS_${PN} = "python-tornado \
+                  python-datetime \
+                  python-shell \
+                  python-subprocess \
+                  python-terminal \
+                  python-io \
+                  python-compression \
+                  python-syslog \
+                  python-misc \
+                  python-crypt \
+                  python-netclient \
+                  python-email \
+                  python-html \
+                  python-textutils \
+                  python-pyopenssl \
+                  findutils \
+                  python-simplejson \
+                 "