All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/glibc: hide "glibc utils" if glibc is not selected
Date: Thu, 19 Dec 2019 18:18:32 +0100	[thread overview]
Message-ID: <20191219171832.GH26395@scaer> (raw)
In-Reply-To: <20191219111024.308479-1-arthur.courtel@smile.fr>

Arthur, All,

On 2019-12-19 12:10 +0100, Arthur Courtel spake thusly:
> BR2_PACKAGE_GLIBC_UTILS config must not exist if we use other libc than glibc
> 
> Signed-off-by: Arthur Courtel <arthur.courtel@smile.fr>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/glibc/Config.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/glibc/Config.in b/package/glibc/Config.in
> index 7b2f246947..cc178468b5 100644
> --- a/package/glibc/Config.in
> +++ b/package/glibc/Config.in
> @@ -7,10 +7,11 @@ config BR2_PACKAGE_GLIBC
>  	select BR2_TOOLCHAIN_HAS_SSP if BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
>  	help
>  	  https://www.gnu.org/software/libc/
> -endif
>  
>  config BR2_PACKAGE_GLIBC_UTILS
>  	bool "Install glibc utilities"
>  	help
>  	  Enabling this option will compile and install the getconf,
>  	  ldconfig, ldd and locale glibc utilities for the target.
> +
> +endif # BR2_TOOLCHAIN_BUILDROOT_GLIBC
> -- 
> 2.23.0
> 
> _______________________________________________
> 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 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2019-12-19 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-19 11:10 [Buildroot] [PATCH 1/1] package/glibc: hide "glibc utils" if glibc is not selected Arthur Courtel
2019-12-19 17:18 ` Yann E. MORIN [this message]

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=20191219171832.GH26395@scaer \
    --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 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.