[oe-commits] Koen Kooi : gateone: add missing dependency

git at git.openembedded.org git at git.openembedded.org
Wed Jan 25 13:37:47 UTC 2012


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Jan 25 14:08:15 2012 +0100

gateone: add missing dependency

root at 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 <module>
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 <module>
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 <module>
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 <module>
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 <koen at dominion.thruhere.net>

---

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

diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 669d849..4f9684c 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 \





More information about the Openembedded-commits mailing list