diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-15 13:30:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-15 13:30:23 +0100 |
commit | ce6051695f5a5d15cdefbff6e37200c5006589ae (patch) | |
tree | 1324f377b878270eccd5786cbe38f3fc7582d077 /meta-oe | |
parent | b2d8d42efd598a522e8c95e09259fcddcdd7a257 (diff) | |
download | meta-openembedded-ce6051695f5a5d15cdefbff6e37200c5006589ae.tar.gz |
gateone: update to latest SRCREV, add missing python modules
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index b81071cae9..b629851572 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=07d5a2790569bd3e3b422b69ccd43bec" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" |
4 | 4 | ||
5 | PR = "r8" | 5 | PR = "r9" |
6 | 6 | ||
7 | PV = "0.9" | 7 | PV = "0.9" |
8 | SRCREV = "6c6664de5ded78588c7c10141caaf0358b6825a0" | 8 | SRCREV = "2af39055d53603674651b2d9ec2c6e998dc30557" |
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 \ |
@@ -51,6 +51,8 @@ RDEPENDS_${PN} = "python-tornado \ | |||
51 | findutils \ | 51 | findutils \ |
52 | python-simplejson \ | 52 | python-simplejson \ |
53 | python-multiprocessing \ | 53 | python-multiprocessing \ |
54 | python-pkgutil \ | ||
55 | python-imaging \ | ||
54 | file \ | 56 | file \ |
55 | openssh-ssh \ | 57 | openssh-ssh \ |
56 | mime-support \ | 58 | mime-support \ |