[Buildroot] [PATCH 1/2] Rename MySQL client package

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jan 20 21:33:51 UTC 2014


Marcelo, All,

On 2014-01-19 23:02 +0000, Marcelo Gutiérrez spake thusly:
> From: "Marcelo Gutiérrez(UTN/FRH)" <kuyurix at gmail.com>
> 
> 
> Signed-off-by: Marcelo Gutiérrez(UTN/FRH) <kuyurix at gmail.com>
> ---
>  Config.in.legacy                                   |    7 +
>  package/Config.in                                  |    2 +-
>  package/mysql/Config.in                            |   14 ++
>  package/mysql/mysql-ac_cache_check.patch           |  156 ++++++++++++++++++++
>  package/mysql/mysql-configure-ps-cache-check.patch |   39 +++++
>  package/mysql/mysql-use-new-readline-iface.patch   |   21 +++
>  package/mysql/mysql.mk                             |   48 ++++++
>  7 files changed, 286 insertions(+), 1 deletion(-)
>  create mode 100644 package/mysql/Config.in
>  create mode 100644 package/mysql/mysql-ac_cache_check.patch
>  create mode 100644 package/mysql/mysql-configure-ps-cache-check.patch
>  create mode 100644 package/mysql/mysql-use-new-readline-iface.patch
>  create mode 100644 package/mysql/mysql.mk

Did you forget to rm the old mysql_client package, by chance? ;-)

Also, when sending mails, use the '-C -M' options: it will detect
renames and copies of files, and thus the diff will be much smaller.
It is even as smart as to detect a rename with modifications! :-)

> diff --git a/Config.in.legacy b/Config.in.legacy
> index 597534e..31fad3e 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -112,6 +112,13 @@ config BR2_PACKAGE_LIBNFC_LLCP
>  ###############################################################################
>  comment "Legacy options removed in 2014.02"
>  
> +config BR2_PACKAGE_MYSQL_CLIENT
> +        bool "MySQL client renamed to MySQL"
> +        select BR2_LEGACY
> +        select BR2_PACKAGE_MYSQL
> +        help

This needs to be: one leading tab, not spaces.

> +	  The option has been renamed BR2_PACKAGE_MYSQL
> +

Otherwise, this legacy entry is good! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list