aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gateone/gateone_git.bb
AgeCommit message (Collapse)Author
2013-11-19gateone: Drop allarchMartin Jansa
* runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30gateone: fix license namePaul Barker
The Affero GPL is in common-licenses as 'AGPL-3.0' not 'AGPLv3'. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15gateone: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15gateone: fix html5 feature checkKoen Kooi
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@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-25gateone: fix QA warningsMartin Jansa
* gateone-1.1: gateone: Files/directories were installed but not shipped /var/volatile /var/volatile/log /var/volatile/log/gateone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11gateone: fix unpackaged filesMartin Jansa
* fixes: gateone-1.1: gateone: Files/directories were installed but not shipped /usr /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/gateone-1.1-py2.7.egg-info Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-16gateone: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-06-07python: bump PR of packages after update of distutils.bbclassAndreas Oberritter
* Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-06-05recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa
without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-23gateone: add config fileKoen Kooi
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>
2012-05-23gateone: update to 1.1Koen Kooi
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>
2012-04-18gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06gateone: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04gateone: update to the 1.0 releaseKoen Kooi
License is still AGPL-3 the checksum changed due to 1.0rc -> 1.0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23gateone: use systemd_unitdir variableMartin Jansa
* 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-01-25gateone: add missing dependencyKoen Kooi
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-24gateone: bump SRCREVKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01gateone git: update to pull in prefix fixKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-20gateone: convert to allarch, it's pure python + jsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-19gateone: update to latest SRCREV for performance improvementsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15gateone: update to latest SRCREV, add missing python modulesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-13gateone: update SRCREV to drag in the http redirect optionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11gateone: bump SRCREV to latest gitKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10gateone: add avahi and systemd supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09gateone: make it workKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02gateone: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>