Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/Config.in: fix alphabetical order
Date: Tue, 16 Dec 2014 18:46:43 +0100	[thread overview]
Message-ID: <20141216174643.GD4192@free.fr> (raw)
In-Reply-To: <1418458681-5342-2-git-send-email-jerzy.grzegorek@trzebnica.net>

Jerzy, All,

On 2014-12-13 09:18 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/Config.in |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/Config.in b/package/Config.in
> index 7300443..81bb9e3 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -303,9 +303,9 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>  endif
>  	source "package/dmidecode/Config.in"
>  	source "package/dmraid/Config.in"
> +	source "package/dtv-scan-tables/Config.in"
>  	source "package/dvb-apps/Config.in"
>  	source "package/dvbsnoop/Config.in"
> -	source "package/dtv-scan-tables/Config.in"
>  	source "package/eeprog/Config.in"
>  	source "package/eudev/Config.in"
>  	source "package/evemu/Config.in"
> @@ -424,7 +424,6 @@ menu "Lua libraries/modules"
>  	source "package/lua-messagepack/Config.in"
>  	source "package/lua-msgpack-native/Config.in"
>  	source "package/lua-testmore/Config.in"
> -	source "package/luasql-sqlite3/Config.in"
>  	source "package/luabitop/Config.in"
>  	source "package/luacrypto/Config.in"
>  	source "package/luaexpat/Config.in"
> @@ -435,6 +434,7 @@ menu "Lua libraries/modules"
>  	source "package/luaposix/Config.in"
>  	source "package/luasec/Config.in"
>  	source "package/luasocket/Config.in"
> +	source "package/luasql-sqlite3/Config.in"
>  	source "package/lunit/Config.in"
>  	source "package/lzlib/Config.in"
>  	source "package/orbit/Config.in"
> @@ -460,8 +460,8 @@ menu "Perl libraries/modules"
>  	source "package/perl-try-tiny/Config.in"
>  	source "package/perl-xml-libxml/Config.in"
>  	source "package/perl-xml-namespacesupport/Config.in"
> -	source "package/perl-xml-sax-base/Config.in"
>  	source "package/perl-xml-sax/Config.in"
> +	source "package/perl-xml-sax-base/Config.in"
>  endmenu
>  endif
>  	source "package/php/Config.in"
> @@ -837,9 +837,9 @@ menu "Networking"
>  	source "package/libosip2/Config.in"
>  	source "package/libpcap/Config.in"
>  	source "package/librsync/Config.in"
> -	source "package/libsocketcan/Config.in"
>  	source "package/libshairplay/Config.in"
>  	source "package/libshout/Config.in"
> +	source "package/libsocketcan/Config.in"
>  	source "package/libsoup/Config.in"
>  	source "package/libstrophe/Config.in"
>  	source "package/libtirpc/Config.in"
> @@ -1236,8 +1236,8 @@ endif
>  	source "package/numactl/Config.in"
>  	source "package/nut/Config.in"
>  	source "package/openvmtools/Config.in"
> -	source "package/powerpc-utils/Config.in"
>  	source "package/polkit/Config.in"
> +	source "package/powerpc-utils/Config.in"
>  if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>  	source "package/procps-ng/Config.in"
>  	source "package/psmisc/Config.in"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-12-16 17:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-13  8:18 [Buildroot] [PATCH 1/2] package/Config.in: fix menu alphabetical order Jerzy Grzegorek
2014-12-13  8:18 ` [Buildroot] [PATCH 2/2] package/Config.in: fix " Jerzy Grzegorek
2014-12-16 17:46   ` Yann E. MORIN [this message]
2014-12-16 17:45 ` [Buildroot] [PATCH 1/2] package/Config.in: fix menu " Yann E. MORIN
2014-12-16 22:46 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2015-10-10  7:39 [Buildroot] [PATCH 1/2] package/Config.in: correct capitalization of menu items Jerzy Grzegorek
2015-10-10  7:39 ` [Buildroot] [PATCH 2/2] package/Config.in: fix alphabetical order Jerzy Grzegorek
2019-05-29 15:05 [Buildroot] [PATCH 1/2] checkpackagelib/lib_config.py: check packages alphabetical order in {Config.in, Config.in.host} Jerzy Grzegorek
2019-05-29 15:05 ` [Buildroot] [PATCH 2/2] package/Config.in: fix alphabetical order Jerzy Grzegorek
2019-05-29 21:42   ` Arnout Vandecappelle
2019-05-30  6:37     ` Jerzy Grzegorek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141216174643.GD4192@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox