32 Commits

Author SHA1 Message Date
Andreas Müller 4c3a2f5c5f networkmanager: make shared connections work
* 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>
2014-10-27 12:50:00 +01:00
Andreas Müller 3820c85c24 networkmanager update to 0.9.8.10
* use nss as default crypto engine to get out of blacklist due to missing gcrypt

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:35 +02:00
Martin Jansa 31edfae0e2 modemmanager: add dbus-glib dependency
* 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>
2014-07-30 09:35:44 +02:00
Martin Jansa 9e3ecec35a networkmanager, network-manager-applet, xfce4-power-manager, packagegroup-xfce-extended: Blacklist because of broken networkmanager after libgcrypt-config was removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21 19:22:25 +02:00
Ash Charles 74c3fdbcd8 networkmanager: correct test libs install source
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>
2014-06-10 12:25:41 +02:00
Martin Jansa 0159daca51 modemmanager: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa ded32eb59d networkmanager: make it compatible with systemd-209
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-19 15:53:32 +01:00
Matthieu CRAPET c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
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>
2014-02-23 23:20:02 +01:00
Javier Viguera f54bbf9da1 networkmanager: fix incorrect configure option
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>
2014-02-01 08:51:05 +01:00
Martin Jansa 4d62e7f575 recipes: Remove PR = r0 from all recipes
* 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>
2013-11-01 15:33:16 +01:00
Martin Jansa 469dab4e5a networkmanager: Add PACKAGECONFIG for concheck
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:14:32 +02:00
Jonathan Liu 29c9fc4069 networkmanager: remove /var/run from package
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>
2013-07-08 10:35:57 +02:00
Andreas Müller e57f17dc28 networkmanager: replace absolute paths
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:27:59 +02:00
Andreas Müller 692d8f0364 networkmanager: rework dependencies/configure-option and use PACKAGECONFIG
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:27:59 +02:00
Andreas Müller 597fe7945b networkmanager: update to 0.9.8.0
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>
2013-04-27 11:49:47 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* 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-15 16:23:17 +02:00
Martin Jansa 0027c0c3e2 networkmanager: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:22:06 +02:00
Martin Jansa 580fd6c743 meta-openembedded: use correct format of Upstream-Status
* 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>
2012-12-23 09:40:44 +01:00
Marcin Juszkiewicz a861972b27 modemmanager: update to 0.6.0.0
* 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>
2012-12-16 21:11:42 +01:00
Marcin Juszkiewicz e1768d6b35 modemmanager: do not include glib private headers
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:33 +02:00
Andreas Müller e527e152a2 networkmanager: unbreak build with latest kernel headers
| 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>
2012-09-17 10:42:32 +02:00
Andreas Müller c21e67f8e5 networkmanager: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16 09:39:08 +02:00
Martin Jansa 21b85f3426 recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used 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-06-05 10:46:52 +02:00
Andreas Müller 13354c9e19 networkmanager: cleanup
tested with buildhistory

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06 10:01:14 +01:00
Andreas Müller 27c7bc652e networkmanager: inherit systemd
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>
2012-03-06 10:01:08 +01:00
Koen Kooi 767492efaa networkmanager: fix packaging of systemd units
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28 09:23:52 +01:00
Martin Jansa afa3939e99 networkmanager: 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
Andreas Müller 44bb73f8e7 networkmanager: bump PR to force rebuild with libnl 3.23
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 09:13:35 +01:00
Koen Kooi bb4cd7b7c6 networkmanager 0.9.2.0: add patch to fix dhcp version detection
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-17 11:26:43 +01:00
Koen Kooi 037cb32f99 networkmanager: update to 0.9.2.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 12:50:38 +01:00
Koen Kooi 3f2059034e modemmanager: add 0.5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 14:24:37 +02:00
Koen Kooi 2ae61da55c networkmanager: add 0.9.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 14:05:45 +02:00