[oe-commits] Koen Kooi : gateone: fix html5 feature check

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:21:35 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 3628f272d14b8266c87b5abce0fb80ff739aeced
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3628f272d14b8266c87b5abce0fb80ff739aeced

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Apr 12 10:04:44 2013 +0000

gateone: fix html5 feature check

The BlobBuilder and Blob checks never succeeded, even on cutting edge browsers. Nudge SRCREV forward to drag in those fixes.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-connectivity/gateone/gateone_git.bb    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 652876f..e9c182d 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"
 LICENSE = "AGPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
 
-PR = "r9"
+PR = "r10"
 
 PV = "1.1"
-SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
+SRCREV = "ea5db3dcb3bbbe445ae6d1a5611c1f8d547c57b9"
 SRC_URI = "git://github.com/liftoff/GateOne.git \
            file://gateone-avahi.service \
            file://server.conf \





More information about the Openembedded-commits mailing list