summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* midori: update to 0.5.2Andreas Müller2013-06-201-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* network-manager-applet: update to 0.9.8.0Andreas Müller2013-04-277-8/+87
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-153-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* midori: update to 0.5.0Andreas Müller2013-04-091-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: update to 0.4.8Andreas Müller2013-03-121-4/+4
| | | | | | | | | | | | | | | | | | the following issues caused similarity index decreasing: | waf: error: no such option: --disable-hildon | Checking for Python : /usr/bin/python2 | Checking for zeitgeist-1.0 >= 0.3.14 : Package zeitgeist-1.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `zeitgeist-1.0.pc' Run tests showed artifacts with google maps. Theses showed up with previous version of midori and current version of firefox too. So they seem independent of this update. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd, id3lib: fix LIC_FILES_CHKSUM URLMartin Jansa2013-02-191-1/+1
| | | | | | | | | * how was it possible to check LIC_FILES_CHKSUMs before? I know it was building, now it fails with: ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file: /OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: remove libsexy dependencyRoss Burton2013-02-011-1/+1
| | | | | | | The use of libsexy was removed in Midori 0.0.19 back in 2008. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: add libunique to DEPENDSMartin Jansa2013-02-011-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd: Update to v0.48 and remove openobex dependencyAndrei Gherzan2013-01-181-4/+4
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd: Include unistd.h to get ssize_t definitionKhem Raj2013-01-102-2/+36
| | | | | | | This error is exposed with eglibc 2.17 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: update to 0.4.7Andreas Müller2013-01-031-5/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd: move to meta-gnome due to libical dependencyMarcin Juszkiewicz2012-12-041-0/+21
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* midori: move to meta-gnome due to libnotifyMarcin Juszkiewicz2012-12-041-0/+45
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* network-manager-applet: Fix missing DEPENDS and QA warnings.Samuel Stirtzel2012-04-101-1/+3
| | | | | | | | | | | | | | This fixes: | checking for ISO_CODES... no | No package 'iso-codes' found. and | checking for GNOME_KEYRING... no | configure: error: Package requirements (gnome-keyring-1) were not met: Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* network-manager-applet: update to 0.9.2.0Koen Kooi2011-11-131-4/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* network-manager-applet 0.9.0: add gnome-keyring to recommendsKoen Kooi2011-10-191-1/+3
| | | | | | | | | | VPN and wifi will fail with: ** Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files If gnome-keyring isn't installed Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* network-manager-applet: add 0.9.0Koen Kooi2011-09-191-0/+35
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>