diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-23 10:08:11 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-23 10:08:11 +0200 |
| commit | cd4e06d92408c0e18f3cdf226fd8439c989824f2 (patch) | |
| tree | 02c036f2217840e78dfcb78d9da47c58f0cb2464 | |
| parent | f6330ed09c8632845410c0a75d629ecbae874382 (diff) | |
| download | meta-openembedded-cd4e06d92408c0e18f3cdf226fd8439c989824f2.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>
| -rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 45 |
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 983dc24d82..bfb3274b28 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" | |||
| 2 | LICENSE = "AGPLv3" | 2 | LICENSE = "AGPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" |
| 4 | 4 | ||
| 5 | PR = "r1" | 5 | PR = "r4" |
| 6 | 6 | ||
| 7 | PV = "1.0" | 7 | PV = "1.1" |
| 8 | SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b" | 8 | SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46" |
| 9 | SRC_URI = "git://github.com/liftoff/GateOne.git \ | 9 | SRC_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}" | |||
| 29 | SYSTEMD_SERVICE = "gateone.service" | 29 | SYSTEMD_SERVICE = "gateone.service" |
| 30 | 30 | ||
| 31 | FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" | 31 | FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" |
| 32 | RDEPENDS_${PN} = "python-tornado \ | 32 | RDEPENDS_${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 | " |
