From c1a40bffd7937a975bbaa201bc5932cf6d6d3a59 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 25 Jan 2012 14:08:15 +0100 Subject: gateone: add missing dependency root@beagleboneA3-0457:~# systemctl status gateone.service gateone.service - GateOne daemon Loaded: loaded (/lib/systemd/system/gateone.service; enabled) Active: failed since Tue, 24 Jan 2012 19:44:10 +0000; 1h 2min ago Process: 102 ExecStart=/usr/bin/python gateone.py (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/gateone.service Jan 24 19:44:10 beagleboneA3-0457 python[102]: imported = __import__(plugin, None, None, ['']) Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/bookmarks.py", line 38, in Jan 24 19:44:10 beagleboneA3-0457 python[102]: import html5lib Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/__init__.py", line 14, in Jan 24 19:44:10 beagleboneA3-0457 python[102]: from html5parser import HTMLParser, parse, parseFragment Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/html5parser.py", line 25, in Jan 24 19:44:10 beagleboneA3-0457 python[102]: from treebuilders import simpletree Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/treebuilders/simpletree.py", line 3, in Jan 24 19:44:10 beagleboneA3-0457 python[102]: from xml.sax.saxutils import escape Jan 24 19:44:10 beagleboneA3-0457 python[102]: ImportError: No module named xml.sax.saxutils Signed-off-by: Koen Kooi --- meta-oe/recipes-connectivity/gateone/gateone_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 669d849be1..4f9684c938 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" -PR = "r14" +PR = "r15" PV = "0.9" SRCREV = "a68444610efa2892842893dae828a28527e64a6e" @@ -51,6 +51,7 @@ RDEPENDS_${PN} = "python-tornado \ python-multiprocessing \ python-pkgutil \ python-imaging \ + python-xml \ file \ openssh-ssh \ mime-support \ -- cgit 1.2.3-korg