All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically
@ 2010-10-31 16:46 Paul Menzel
  2010-10-31 17:48 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2010-10-31 16:46 UTC (permalink / raw)
  To: openembedded-devel

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

Date: Sun, 31 Oct 2010 13:49:32 +0100

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

diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
index db6a6ee..805dc11 100644
--- a/recipes/accelges/accelges_svn.bb
+++ b/recipes/accelges/accelges_svn.bb
@@ -9,7 +9,7 @@ PR = "r4"
 PE = "1"
 SRCREV = "206"
 
-DEPENDS = "dbus dbus-glib libxrandr libnotify notification-daemon curl gtk+"
+DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon"
 RDEPENDS_${PN} = "notification-daemon"
 
 SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
-- 
1.7.2.3

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

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

* Re: [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically
  2010-10-31 16:46 [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically Paul Menzel
@ 2010-10-31 17:48 ` Martin Jansa
  2010-10-31 20:23   ` Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-10-31 17:48 UTC (permalink / raw)
  To: Paul Menzel; +Cc: openembedded-devel

On Sun, Oct 31, 2010 at 05:46:58PM +0100, Paul Menzel wrote:
> Date: Sun, 31 Oct 2010 13:49:32 +0100
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
>  recipes/accelges/accelges_svn.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
> index db6a6ee..805dc11 100644
> --- a/recipes/accelges/accelges_svn.bb
> +++ b/recipes/accelges/accelges_svn.bb
> @@ -9,7 +9,7 @@ PR = "r4"
>  PE = "1"
>  SRCREV = "206"
>  
> -DEPENDS = "dbus dbus-glib libxrandr libnotify notification-daemon curl gtk+"
> +DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon"
>  RDEPENDS_${PN} = "notification-daemon"
>  
>  SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
> -- 
> 1.7.2.3

Both pushed and patchwork updated, thanks.

BTW: any particular reason to have DEPENDS sorted alphabetically?

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



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

* Re: [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically
  2010-10-31 17:48 ` Martin Jansa
@ 2010-10-31 20:23   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2010-10-31 20:23 UTC (permalink / raw)
  To: openembedded-devel

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

Am Sonntag, den 31.10.2010, 18:48 +0100 schrieb Martin Jansa:
> On Sun, Oct 31, 2010 at 05:46:58PM +0100, Paul Menzel wrote:
> > Date: Sun, 31 Oct 2010 13:49:32 +0100
> > 
> > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> > ---
> >  recipes/accelges/accelges_svn.bb |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
> > index db6a6ee..805dc11 100644
> > --- a/recipes/accelges/accelges_svn.bb
> > +++ b/recipes/accelges/accelges_svn.bb
> > @@ -9,7 +9,7 @@ PR = "r4"
> >  PE = "1"
> >  SRCREV = "206"
> >  
> > -DEPENDS = "dbus dbus-glib libxrandr libnotify notification-daemon curl gtk+"
> > +DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon"
> >  RDEPENDS_${PN} = "notification-daemon"
> >  
> >  SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
> > -- 
> > 1.7.2.3
> 
> Both pushed and patchwork updated, thanks.

Thanks!

> BTW: any particular reason to have DEPENDS sorted alphabetically?

In my opinion it makes it easier to look up a certain entry. You do not
have to look through the whole list and it is clear where to add new
entries.


Thanks,

Paul

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

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

end of thread, other threads:[~2010-10-31 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-31 16:46 [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically Paul Menzel
2010-10-31 17:48 ` Martin Jansa
2010-10-31 20:23   ` Paul Menzel

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.