* [Buildroot] [PATCH 1/1] package/picotool: fix help
@ 2024-11-09 17:09 Cherniaev Andrei
2024-11-10 16:53 ` Thomas Petazzoni via buildroot
2024-11-25 16:37 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Cherniaev Andrei @ 2024-11-09 17:09 UTC (permalink / raw)
To: buildroot; +Cc: Marcus Hoffmann, Cherniaev Andrei
before this you will every-time see "*** picotool needs a toolchain w/ C++, threads, gcc >= 4.9 ***" even if all features are enabled
Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com>
---
package/picotool/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/picotool/Config.in b/package/picotool/Config.in
index bbbcef405d..51c7c71188 100644
--- a/package/picotool/Config.in
+++ b/package/picotool/Config.in
@@ -1,6 +1,6 @@
comment "picotool needs a toolchain w/ C++, threads, gcc >= 4.9"
depends on !BR2_INSTALL_LIBSTDCPP || \
- BR2_TOOLCHAIN_HAS_THREADS || \
+ !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
config BR2_PACKAGE_PICOTOOL
--
2.43.0
_______________________________________________
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] package/picotool: fix help
2024-11-09 17:09 [Buildroot] [PATCH 1/1] package/picotool: fix help Cherniaev Andrei
@ 2024-11-10 16:53 ` Thomas Petazzoni via buildroot
2024-11-25 16:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-10 16:53 UTC (permalink / raw)
To: Cherniaev Andrei; +Cc: buildroot, Marcus Hoffmann
On Sun, 10 Nov 2024 02:09:00 +0900
Cherniaev Andrei <dungeonlords789@naver.com> wrote:
> before this you will every-time see "*** picotool needs a toolchain w/ C++, threads, gcc >= 4.9 ***" even if all features are enabled
>
> Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com>
> ---
> package/picotool/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
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] package/picotool: fix help
2024-11-09 17:09 [Buildroot] [PATCH 1/1] package/picotool: fix help Cherniaev Andrei
2024-11-10 16:53 ` Thomas Petazzoni via buildroot
@ 2024-11-25 16:37 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-11-25 16:37 UTC (permalink / raw)
To: Cherniaev Andrei; +Cc: buildroot, Marcus Hoffmann
>>>>> "Cherniaev" == Cherniaev Andrei <dungeonlords789@naver.com> writes:
> before this you will every-time see "*** picotool needs a toolchain w/
> C++, threads, gcc >= 4.9 ***" even if all features are enabled
> Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com>
Committed to 2024.08.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:[~2024-11-25 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-09 17:09 [Buildroot] [PATCH 1/1] package/picotool: fix help Cherniaev Andrei
2024-11-10 16:53 ` Thomas Petazzoni via buildroot
2024-11-25 16:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox