summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/networkmanager
Commit message (Collapse)AuthorAgeFilesLines
* modemmanager: update to 1.4.2Andreas Müller2015-02-191-29/+0
| | | | | | modemmanager has moved to freedesktop.org Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* networkmanager: make shared connections workAndreas Müller2014-10-271-1/+2
| | | | | | | | | | * set correct path for dnsmasq * add dnsmasq to RRECOMMENDS this popped up when testing access point enabled for network-manager-applet Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager update to 0.9.8.10Andreas Müller2014-10-012-39/+4
| | | | | | * use nss as default crypto engine to get out of blacklist due to missing gcrypt Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* modemmanager: add dbus-glib dependencyMartin Jansa2014-07-301-1/+1
| | | | | | | | | | | * otherwise fails with: | checking for MM... no | configure: error: Package requirements (dbus-glib-1 >= 0.86 glib-2.0 >= 2.18 gmodule-2.0 gobject-2.0) were not met: | | No package 'dbus-glib-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager, network-manager-applet, xfce4-power-manager, ↵Martin Jansa2014-06-211-0/+2
| | | | | | packagegroup-xfce-extended: Blacklist because of broken networkmanager after libgcrypt-config was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: correct test libs install sourceAsh Charles2014-06-101-1/+1
| | | | | | | | When building out-of-tree, the test binaries are available in the build directory, not the source directory. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: make it compatible with systemd-209Martin Jansa2014-03-192-0/+31
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: fix incorrect configure optionJavier Viguera2014-02-011-1/+1
| | | | | | | | | | | The wrong option was breaking the build with: configure: error: invalid package name: systemdsystemunitdir= Signed-off-by: Javier Viguera <javier.viguera@digi.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: Add PACKAGECONFIG for concheckMartin Jansa2013-09-171-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: remove /var/run from packageJonathan Liu2013-07-081-0/+3
| | | | | | | | | The /var/run/NetworkManager directory is created by the daemon on startup if it doesn't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: replace absolute pathsAndreas Müller2013-06-201-4/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* networkmanager: rework dependencies/configure-option and use PACKAGECONFIGAndreas Müller2013-06-201-3/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* networkmanager: update to 0.9.8.0Andreas Müller2013-04-275-272/+92
| | | | | | | run tested for eth0 / hidden WLAN on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* networkmanager: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-231-1/+1
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: update to 0.6.0.0Marcin Juszkiewicz2012-12-162-101/+9
| | | | | | | | * All *.a files moved to -staticdev * MJ: fixed *.la packaging Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: do not include glib private headersMarcin Juszkiewicz2012-10-102-1/+99
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* networkmanager: unbreak build with latest kernel headersAndreas Müller2012-09-172-1/+50
| | | | | | | | | | nm-ppp-manager.c: In function 'monitor_cb': | nm-ppp-manager.c:307:23: error: storage size of 'req' isn't known | make[5]: *** [libppp_manager_la-nm-ppp-manager.lo] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: move systemd support to meta-systemdAndreas Müller2012-07-161-7/+6
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-1/+1
| | | | | | | | 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>
* networkmanager: cleanupAndreas Müller2012-03-061-12/+5
| | | | | | | tested with buildhistory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: inherit systemdAndreas Müller2012-03-061-24/+6
| | | | | | | | networkmanager-systemd was not yet created to avoid fallout in images. The warning for this created at parse time is our reminder. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: fix packaging of systemd unitsKoen Kooi2012-02-281-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: use systemd_unitdir variableMartin Jansa2012-02-231-2/+2
| | | | | | | * 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>
* networkmanager: bump PR to force rebuild with libnl 3.23Andreas Müller2011-11-291-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager 0.9.2.0: add patch to fix dhcp version detectionKoen Kooi2011-11-172-0/+35
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: update to 0.9.2.0Koen Kooi2011-11-111-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* modemmanager: add 0.5Koen Kooi2011-09-191-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: add 0.9.0Koen Kooi2011-09-192-0/+285
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>