All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: buildroot@buildroot.org, Petr Vorel <petr.vorel@gmail.com>
Subject: Re: [Buildroot] [PATCH v2 1/2] package/libtirpc: introduce BR2_PACKAGE_LIBTIRPC_DB
Date: Sat, 13 Dec 2025 18:26:10 +0100	[thread overview]
Message-ID: <20251213182610.18c6f28d@windsurf> (raw)
In-Reply-To: <20251213151730.821513-1-giulio.benetti@benettiengineering.com>

Hello Giulio,

On Sat, 13 Dec 2025 16:17:29 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Package libtirpc expose rpcdb so make it selectable.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * add patch to series
> ---
>  package/libtirpc/Config.in   | 6 ++++++
>  package/libtirpc/libtirpc.mk | 7 +++++++
>  2 files changed, 13 insertions(+)
> 
> diff --git a/package/libtirpc/Config.in b/package/libtirpc/Config.in
> index 31f1636ef5..e1ac9a4e7b 100644
> --- a/package/libtirpc/Config.in
> +++ b/package/libtirpc/Config.in
> @@ -16,6 +16,12 @@ config BR2_PACKAGE_LIBTIRPC_GSS
>  	help
>  	  Enable GSSAPI support
>  
> +config BR2_PACKAGE_LIBTIRPC_DB

Perhaps: BR2_PACKAGE_LIBTIRPC_RPCDB

> +	bool "db"

	bool "rpcdb"

> +	depends on BR2_PACKAGE_LIBTIRPC

Put the option inside a

if BR2_PACKAGE_LIBTIRPC

...

endif

block instead.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-12-13 17:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-13 15:17 [Buildroot] [PATCH v2 1/2] package/libtirpc: introduce BR2_PACKAGE_LIBTIRPC_DB Giulio Benetti
2025-12-13 15:17 ` [Buildroot] [PATCH v2 2/2] pacakge/nfs-utils: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_DB Giulio Benetti
2025-12-13 17:14   ` Thomas Petazzoni via buildroot
2025-12-13 18:39     ` Petr Vorel
2025-12-13 17:55   ` Thomas Petazzoni via buildroot
2025-12-13 18:04     ` Giulio Benetti
2025-12-13 18:51       ` Petr Vorel
2025-12-13 17:26 ` Thomas Petazzoni via buildroot [this message]
2025-12-13 18:36 ` [Buildroot] [PATCH v2 1/2] package/libtirpc: introduce BR2_PACKAGE_LIBTIRPC_DB Petr Vorel

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=20251213182610.18c6f28d@windsurf \
    --to=buildroot@buildroot.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=petr.vorel@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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.