Koen Kooi
65956c8162
gateone: add config file
...
The config file changes some options to have a lower latency for key input
Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Signed-off-by: Eric Bénard <eric@eukrea.com >
2012-07-13 11:27:21 +02:00
Koen Kooi
e9a9d01f47
gateone: update to 1.1
...
Sort RDEPENDS alphabetically as well.
Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Signed-off-by: Eric Bénard <eric@eukrea.com >
2012-07-13 11:27:21 +02:00
Koen Kooi
ca5e719752
gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwanted
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-18 10:49:50 +02:00
Andreas Müller
70d51891d8
gateone: remove unneeded systemd code
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-06 10:00:08 +01:00
Koen Kooi
f39f9057f7
gateone: update to the 1.0 release
...
License is still AGPL-3 the checksum changed due to 1.0rc -> 1.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-04 10:27:25 +01:00
Martin Jansa
9a36d50e15
gateone: use systemd_unitdir variable
...
* maybe we should move systemd_unitdir definition outside systemd.bbclass
because it's used in few more recipes which doesn't inherit systemd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-02-23 16:46:32 +01:00
Koen Kooi
c1a40bffd7
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 >
2012-01-25 14:08:16 +01:00
Koen Kooi
c7c38998ea
gateone: bump SRCREV
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-24 18:54:45 +01:00
Koen Kooi
812d590897
gateone git: update to pull in prefix fix
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-01 11:53:43 +01:00
Koen Kooi
3da02dae88
gateone: convert to allarch, it's pure python + js
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-20 10:02:28 +01:00
Koen Kooi
189318c387
gateone: update to latest SRCREV for performance improvements
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-19 12:34:34 +01:00
Koen Kooi
ce6051695f
gateone: update to latest SRCREV, add missing python modules
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-15 13:30:23 +01:00
Koen Kooi
308d935dac
gateone: update SRCREV to drag in the http redirect option
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-13 13:34:28 +01:00
Koen Kooi
fee1171c5c
gateone: bump SRCREV to latest git
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-11 13:00:39 +01:00
Koen Kooi
681b30a6ed
gateone: add avahi and systemd support
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-10 15:02:04 +01:00
Koen Kooi
db658e9954
gateone: make it work
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-09 12:51:30 +01:00
Koen Kooi
e2b5b7e246
gateone: add git version
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 12:59:52 +01:00