summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-07-13 09:11:58 +0000
committerEric Bénard <eric@eukrea.com>2012-07-13 11:27:21 +0200
commite9a9d01f478027f03b0337daab762c333f846f8a (patch)
treed4851aa6972811bbfce7a16d2f921c6610697c85
parent623503e3f49d1ec133ac0fdafccb9ac28de1866c (diff)
downloadmeta-openembedded-e9a9d01f478027f03b0337daab762c333f846f8a.tar.gz
gateone: update to 1.1
Sort RDEPENDS alphabetically as well. Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb45
1 files changed, 25 insertions, 20 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 983dc24d8..bfb3274b2 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -2,10 +2,10 @@ 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 = "r1" 5PR = "r4"
6 6
7PV = "1.0" 7PV = "1.1"
8SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b" 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 \ 11 file://gateone.service \
@@ -29,28 +29,33 @@ SYSTEMD_PACKAGES = "${PN}"
29SYSTEMD_SERVICE = "gateone.service" 29SYSTEMD_SERVICE = "gateone.service"
30 30
31FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" 31FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}"
32RDEPENDS_${PN} = "python-tornado \ 32RDEPENDS_${PN} = "file \
33 python-datetime \ 33 mime-support \
34 python-shell \ 34 openssh-ssh \
35 python-subprocess \
36 python-terminal \
37 python-io \
38 python-compression \ 35 python-compression \
39 python-syslog \
40 python-misc \
41 python-crypt \ 36 python-crypt \
42 python-netclient \ 37 python-datetime \
43 python-email \ 38 python-email \
39 python-fcntl \
44 python-html \ 40 python-html \
45 python-textutils \ 41 python-imaging \
46 python-pyopenssl \ 42 python-io \
47 findutils \ 43 python-json \
48 python-simplejson \ 44 python-logging \
45 python-misc \
49 python-multiprocessing \ 46 python-multiprocessing \
47 python-netclient \
50 python-pkgutil \ 48 python-pkgutil \
51 python-imaging \ 49 python-pyopenssl \
50 python-re \
51 python-readline \
52 python-shell \
53 python-simplejson \
54 python-subprocess \
55 python-syslog \
56 python-terminal \
57 python-textutils \
58 python-tornado \
59 python-unixadmin \
52 python-xml \ 60 python-xml \
53 file \
54 openssh-ssh \
55 mime-support \
56 " 61 "