All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"`
@ 2011-05-08 10:41 Paul Menzel
  2011-05-08 13:07 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2011-05-08 10:41 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 897 bytes --]

Date: Sat, 7 May 2011 16:40:28 +0200

1. Use `networkmanager_git` by default.
2. Build tested using `minimal` for `MACHINE = "beagleboard"`. Using `minimal-uclibc` task compile fails because `execinfo.h` is not available [1].

[1] http://mail.gnome.org/archives/networkmanager-list/2011-May/msg00069.html

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 recipes/networkmanager/networkmanager_git.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/networkmanager/networkmanager_git.bb b/recipes/networkmanager/networkmanager_git.bb
index 8187787..cb79e78 100644
--- a/recipes/networkmanager/networkmanager_git.bb
+++ b/recipes/networkmanager/networkmanager_git.bb
@@ -1,6 +1,5 @@
 require networkmanager-0.7.inc
 
-DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 DEFAULT_PREFERENCE_shr = "1"
 
-- 
1.7.4.4

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"`
  2011-05-08 10:41 [PATCH] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"` Paul Menzel
@ 2011-05-08 13:07 ` Koen Kooi
  2011-05-08 13:29   ` [PATCH v2] " Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-05-08 13:07 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 12:41, Paul Menzel wrote:
> Date: Sat, 7 May 2011 16:40:28 +0200
> 
> 1. Use `networkmanager_git` by default.

IF you do that you need to double check that matching vpn and applet
versions are built
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxpWrMkyGM64RGpERAtb3AJ9js2OliBfTqC1DzuGYA1cA6cbcMQCdEck1
984rYCE8BXLDH/2vqtKkY8M=
=x6Di
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"`
  2011-05-08 13:07 ` Koen Kooi
@ 2011-05-08 13:29   ` Paul Menzel
  2011-05-08 16:21     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2011-05-08 13:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

[-- Attachment #1: Type: text/plain, Size: 2037 bytes --]

Date: Sat, 7 May 2011 16:40:28 +0200

Use `networkmanager_git` and `network-manager-applet_git` by default.

Build tested using `minimal` for `MACHINE = "beagleboard"`. Using
`minimal-uclibc` task compile fails because `execinfo.h` is not
available [1].

[1] http://mail.gnome.org/archives/networkmanager-list/2011-May/msg00069.html

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
Ȧngström and SHR maintainers, please tell me, if you want me to remove
the distribution specific overrides too.

Am Sonntag, den 08.05.2011, 15:07 +0200 schrieb Koen Kooi:

> On 08-05-11 12:41, Paul Menzel wrote:
> > Date: Sat, 7 May 2011 16:40:28 +0200
> > 
> > 1. Use `networkmanager_git` by default.
> 
> IF you do that you need to double check that matching vpn and applet
> versions are built

Thank you for pointing that out. Looking through it nm-openvpn does not
have any `DEFAULT_PREFERENCE` set.
---
 .../networkmanager/network-manager-applet_git.bb   |    1 -
 recipes/networkmanager/networkmanager_git.bb       |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/recipes/networkmanager/network-manager-applet_git.bb b/recipes/networkmanager/network-manager-applet_git.bb
index 8493f6d..2f644d7 100644
--- a/recipes/networkmanager/network-manager-applet_git.bb
+++ b/recipes/networkmanager/network-manager-applet_git.bb
@@ -3,7 +3,6 @@ LICENSE = "GPL"
 DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
 RDEPENDS_${PN} = "networkmanager"
 
-DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 
 SRCREV = "0.8.3.999"
diff --git a/recipes/networkmanager/networkmanager_git.bb b/recipes/networkmanager/networkmanager_git.bb
index 8187787..cb79e78 100644
--- a/recipes/networkmanager/networkmanager_git.bb
+++ b/recipes/networkmanager/networkmanager_git.bb
@@ -1,6 +1,5 @@
 require networkmanager-0.7.inc
 
-DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 DEFAULT_PREFERENCE_shr = "1"
 
-- 
1.7.4.4

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"`
  2011-05-08 13:29   ` [PATCH v2] " Paul Menzel
@ 2011-05-08 16:21     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-05-08 16:21 UTC (permalink / raw)
  To: Paul Menzel; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2320 bytes --]

On Sun, May 08, 2011 at 03:29:27PM +0200, Paul Menzel wrote:
> Date: Sat, 7 May 2011 16:40:28 +0200
> 
> Use `networkmanager_git` and `network-manager-applet_git` by default.
> 
> Build tested using `minimal` for `MACHINE = "beagleboard"`. Using
> `minimal-uclibc` task compile fails because `execinfo.h` is not
> available [1].
> 
> [1] http://mail.gnome.org/archives/networkmanager-list/2011-May/msg00069.html
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
> Ȧngström and SHR maintainers, please tell me, if you want me to remove
> the distribution specific overrides too.

feel free to remove shr override..

> 
> Am Sonntag, den 08.05.2011, 15:07 +0200 schrieb Koen Kooi:
> 
> > On 08-05-11 12:41, Paul Menzel wrote:
> > > Date: Sat, 7 May 2011 16:40:28 +0200
> > > 
> > > 1. Use `networkmanager_git` by default.
> > 
> > IF you do that you need to double check that matching vpn and applet
> > versions are built
> 
> Thank you for pointing that out. Looking through it nm-openvpn does not
> have any `DEFAULT_PREFERENCE` set.
> ---
>  .../networkmanager/network-manager-applet_git.bb   |    1 -
>  recipes/networkmanager/networkmanager_git.bb       |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/networkmanager/network-manager-applet_git.bb b/recipes/networkmanager/network-manager-applet_git.bb
> index 8493f6d..2f644d7 100644
> --- a/recipes/networkmanager/network-manager-applet_git.bb
> +++ b/recipes/networkmanager/network-manager-applet_git.bb
> @@ -3,7 +3,6 @@ LICENSE = "GPL"
>  DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
>  RDEPENDS_${PN} = "networkmanager"
>  
> -DEFAULT_PREFERENCE = "-1"
>  DEFAULT_PREFERENCE_angstrom = "1"
>  
>  SRCREV = "0.8.3.999"
> diff --git a/recipes/networkmanager/networkmanager_git.bb b/recipes/networkmanager/networkmanager_git.bb
> index 8187787..cb79e78 100644
> --- a/recipes/networkmanager/networkmanager_git.bb
> +++ b/recipes/networkmanager/networkmanager_git.bb
> @@ -1,6 +1,5 @@
>  require networkmanager-0.7.inc
>  
> -DEFAULT_PREFERENCE = "-1"
>  DEFAULT_PREFERENCE_angstrom = "1"
>  DEFAULT_PREFERENCE_shr = "1"
>  
> -- 
> 1.7.4.4



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-08 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-08 10:41 [PATCH] networkmanager_git: remove `DEFAULT_PREFERENCE = "-1"` Paul Menzel
2011-05-08 13:07 ` Koen Kooi
2011-05-08 13:29   ` [PATCH v2] " Paul Menzel
2011-05-08 16:21     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.