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] package/nbd: rebname options
Date: Sun, 12 Mar 2017 00:34:15 +0100	[thread overview]
Message-ID: <20170311233415.GA3769@free.fr> (raw)
In-Reply-To: <1489271543-21744-1-git-send-email-yann.morin.1998@free.fr>

All,

On 2017-03-11 23:32 +0100, Yann E. MORIN spake thusly:
> ... and add myelf to the DEVELOPERS for nbd.

The are some typoes in that patch...

I have further fixes for nbd, so I'll respin later.

Regards,
Yann E. MORIN.

> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  Config.in.legacy      | 14 ++++++++++++++
>  DEVELOPERS            |  1 +
>  package/nbd/Config.in |  4 ++--
>  package/nbd/nbd.mk    |  4 ++--
>  4 files changed, 19 insertions(+), 4 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index be4c953..8bb3e2a 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -145,6 +145,20 @@ endif
>  ###############################################################################
>  comment "Legacy options removed in 2017.05"
>  
> +config BR2_NBD_CLIENT
> +	bool "nbd clioent option was renamed"
> +	select BR2_LEGACY
> +	select BR2_PACKAGE_NBD_CLIENT
> +	help
> +	  The nbd client option has been renamed to BR2_PACKAGE_NBD_CLIENT.
> +
> +config BR2_NBD_SERVER
> +	bool "nbd server option was renamed"
> +	select BR2_LEGACY
> +	select BR2_PACKAGE_NBD_SERVER
> +	help
> +	  The nbd server option has been renamed to BR2_PACKAGE_NBD_SERVER.
> +
>  config BR2_PACKAGE_GMOCK
>  	bool "gmock merged into gtest package"
>  	select BR2_LEGACY
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 8daf670..268c2fb 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1652,6 +1652,7 @@ F:	package/libseccomp/
>  F:	package/linux-tools/
>  F:	package/mesa3d-headers/
>  F:	package/mke2img/
> +F:	package/nbd/
>  F:	package/nut/
>  F:	package/nvidia-driver/
>  F:	package/omxplayer/
> diff --git a/package/nbd/Config.in b/package/nbd/Config.in
> index a5ded29..b00bc40 100644
> --- a/package/nbd/Config.in
> +++ b/package/nbd/Config.in
> @@ -12,13 +12,13 @@ config BR2_PACKAGE_NBD
>  
>  if BR2_PACKAGE_NBD
>  
> -config BR2_NBD_CLIENT
> +config BR2_PACKAGE_NBD_CLIENT
>  	bool "nbd client"
>  	default y
>  	help
>  	  the client part of NBD.
>  
> -config BR2_NBD_SERVER
> +config BR2_PACKAGE_NBD_SERVER
>  	bool "nbd server"
>  	help
>  	  the server part of NBD.
> diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk
> index d91c2d7..c7c327e 100644
> --- a/package/nbd/nbd.mk
> +++ b/package/nbd/nbd.mk
> @@ -18,10 +18,10 @@ ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
>  NBD_CONF_ENV = ac_cv_header_linux_falloc_h=no
>  endif
>  
> -ifneq ($(BR2_NBD_CLIENT),y)
> +ifneq ($(BR2_PACKAGE_NBD_CLIENT),y)
>  NBD_TOREMOVE += nbd-client
>  endif
> -ifneq ($(BR2_NBD_SERVER),y)
> +ifneq ($(BR2_PACKAGE_NBD_SERVER),y)
>  NBD_TOREMOVE += nbd-server
>  endif
>  
> -- 
> 2.7.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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:[~2017-03-11 23:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-11 22:32 [Buildroot] [PATCH] package/nbd: rebname options Yann E. MORIN
2017-03-11 23:34 ` Yann E. MORIN [this message]
2017-03-12 18:52   ` Peter Seiderer
2017-03-12 18:51 ` Peter Seiderer

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=20170311233415.GA3769@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