summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/networkmanager
Commit message (Collapse)AuthorAgeFilesLines
* fix networkmanager apppendthc2019-02-041-1/+1
| | | | | | | | | | | | | | | | | | | Fix following warning: WARNING: networkmanager-1.14.4-r0 do_configure: QA Issue: networkmanager: invalid PACKAGECONFIG: bluez5glib [invalid-packageconfig] if conf/local.conf: PACKAGECONFIG_append_pn-networkmanager = " ifupdown wifi bluez5" bluez5 is not compiled into nm appending variable should use a prepending space, see https://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html Signed-off-by: Thomas Csovcsity <thc.fr13nd@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* networkmanager: upgrade 1.10.10 -> 1.14.4Andreas Müller2018-11-151-0/+3
| | | | | | | | | | | | | | | | | * License checksum: copyright year changed * packageconfig glib: with this version (udev-)glib support hase to be enabled explicitly. Split this out to meta-gnome where network-manager-applet lives. * packageconfig netconfig: This was nonsense: netconfig is a SUSE tool [1] which is not found in layer index. The error was detected now because configuration checks for presence of netconfig. * --disable-ifnet and --disable-ifcfg-suse are gone * musl patches were aligned but have no resources to test them [1] https://github.com/openSUSE/sysconfig Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* network-manager-applet: update to 0.9.8.0Andreas Müller2013-04-271-38/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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>