* [Buildroot] [PATCH 1/1] bind: keep suboptions below option
@ 2022-07-06 3:02 Danomi Manchego
2022-07-06 21:46 ` Thomas Petazzoni via buildroot
2022-07-23 16:36 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Danomi Manchego @ 2022-07-06 3:02 UTC (permalink / raw)
To: buildroot
Move kconfig comment to are "if BR2_PACKAGE_BIND" so that the two sub
options are presented in menuconfig as subordinate to "bind" package
selection rather than equal to it as if they were unrelated.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/bind/Config.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/bind/Config.in b/package/bind/Config.in
index 9887403ed9..63ccd57db7 100644
--- a/package/bind/Config.in
+++ b/package/bind/Config.in
@@ -29,11 +29,6 @@ config BR2_PACKAGE_BIND
https://www.isc.org/bind/
-comment "bind needs a toolchain w/ NPTL, dynamic library"
- depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_HAS_SYNC_4
- depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
-
if BR2_PACKAGE_BIND
config BR2_PACKAGE_BIND_SERVER
@@ -47,3 +42,8 @@ config BR2_PACKAGE_BIND_TOOLS
Install tools (dig, host, nslookup, nsupdate)
endif
+
+comment "bind needs a toolchain w/ NPTL, dynamic library"
+ depends on BR2_USE_MMU
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] bind: keep suboptions below option
2022-07-06 3:02 [Buildroot] [PATCH 1/1] bind: keep suboptions below option Danomi Manchego
@ 2022-07-06 21:46 ` Thomas Petazzoni via buildroot
2022-07-23 16:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-06 21:46 UTC (permalink / raw)
To: Danomi Manchego; +Cc: buildroot
On Tue, 5 Jul 2022 23:02:36 -0400
Danomi Manchego <danomimanchego123@gmail.com> wrote:
> Move kconfig comment to are "if BR2_PACKAGE_BIND" so that the two sub
> options are presented in menuconfig as subordinate to "bind" package
> selection rather than equal to it as if they were unrelated.
>
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
> ---
> package/bind/Config.in | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] bind: keep suboptions below option
2022-07-06 3:02 [Buildroot] [PATCH 1/1] bind: keep suboptions below option Danomi Manchego
2022-07-06 21:46 ` Thomas Petazzoni via buildroot
@ 2022-07-23 16:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-07-23 16:36 UTC (permalink / raw)
To: Danomi Manchego; +Cc: buildroot
>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:
> Move kconfig comment to are "if BR2_PACKAGE_BIND" so that the two sub
> options are presented in menuconfig as subordinate to "bind" package
> selection rather than equal to it as if they were unrelated.
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Committed to 2022.05.x and 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-23 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 3:02 [Buildroot] [PATCH 1/1] bind: keep suboptions below option Danomi Manchego
2022-07-06 21:46 ` Thomas Petazzoni via buildroot
2022-07-23 16:36 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox