diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-25 14:08:15 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-25 14:08:16 +0100 |
| commit | c1a40bffd7937a975bbaa201bc5932cf6d6d3a59 (patch) | |
| tree | e1732ab5540a9c622a38f72727122e4567b76fce | |
| parent | 982c4f123366c1cd4daa2e1743cafd543d4c8a53 (diff) | |
| download | meta-openembedded-c1a40bffd7937a975bbaa201bc5932cf6d6d3a59.tar.gz | |
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 <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@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/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 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" | |||
| 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 = "r14" | 5 | PR = "r15" |
| 6 | 6 | ||
| 7 | PV = "0.9" | 7 | PV = "0.9" |
| 8 | SRCREV = "a68444610efa2892842893dae828a28527e64a6e" | 8 | SRCREV = "a68444610efa2892842893dae828a28527e64a6e" |
| @@ -51,6 +51,7 @@ RDEPENDS_${PN} = "python-tornado \ | |||
| 51 | python-multiprocessing \ | 51 | python-multiprocessing \ |
| 52 | python-pkgutil \ | 52 | python-pkgutil \ |
| 53 | python-imaging \ | 53 | python-imaging \ |
| 54 | python-xml \ | ||
| 54 | file \ | 55 | file \ |
| 55 | openssh-ssh \ | 56 | openssh-ssh \ |
| 56 | mime-support \ | 57 | mime-support \ |
