All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/nethogs: needs toolchain with C++
@ 2024-08-07 10:39 Marcus Hoffmann via buildroot
  2024-08-07 10:42 ` Marcus Hoffmann via buildroot
  2024-08-07 12:20 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-08-07 10:39 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Hoffmann

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/nethogs/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/nethogs/Config.in b/package/nethogs/Config.in
index 2d6b44739c..fe5a4cdba4 100644
--- a/package/nethogs/Config.in
+++ b/package/nethogs/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NETHOGS
 	bool "nethogs"
+	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_LIBPCAP
 	select BR2_PACKAGE_NCURSES
 	help
@@ -8,3 +9,6 @@ config BR2_PACKAGE_NETHOGS
 	  do, it groups bandwidth by process.
 
           https://github.com/raboof/nethogs
+
+comment "nethogs needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.34.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] package/nethogs: needs toolchain with C++
  2024-08-07 10:39 [Buildroot] [PATCH] package/nethogs: needs toolchain with C++ Marcus Hoffmann via buildroot
@ 2024-08-07 10:42 ` Marcus Hoffmann via buildroot
  2024-08-07 12:20 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-08-07 10:42 UTC (permalink / raw)
  To: buildroot

On 07.08.24 12:39, Marcus Hoffmann via buildroot wrote:
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>

I forgot to add a link to the autobuild failures this fixes:

http://autobuild.buildroot.net/results/a250f6f3e93ceddad2d4c7cd1f29233fce2b327e
http://autobuild.buildroot.net/results/b68e8c601b31c70bc30cdfe913f7988f54255dbf
http://autobuild.buildroot.net/results/298090dfb9db42ba9f219d2c268bc798373142c7
http://autobuild.buildroot.net/results/b59851d542418ad0f40d86b32dc7573248233de4
http://autobuild.buildroot.net/results/18cc7058d567916c7d2bfb16b7808b71ed731948
http://autobuild.buildroot.net/results/786e68c8c397038511db4e8bea589839a7d9b056
http://autobuild.buildroot.net/results/8eddfca525f6951e6d11184e312cffccfc443ba8
http://autobuild.buildroot.net/results/bdfc7b723abdf4aea48e40e789883405061e4e1c

> ---
>   package/nethogs/Config.in | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/package/nethogs/Config.in b/package/nethogs/Config.in
> index 2d6b44739c..fe5a4cdba4 100644
> --- a/package/nethogs/Config.in
> +++ b/package/nethogs/Config.in
> @@ -1,5 +1,6 @@
>   config BR2_PACKAGE_NETHOGS
>   	bool "nethogs"
> +	depends on BR2_INSTALL_LIBSTDCPP
>   	select BR2_PACKAGE_LIBPCAP
>   	select BR2_PACKAGE_NCURSES
>   	help
> @@ -8,3 +9,6 @@ config BR2_PACKAGE_NETHOGS
>   	  do, it groups bandwidth by process.
>   
>             https://github.com/raboof/nethogs
> +
> +comment "nethogs needs a toolchain w/ C++"
> +	depends on !BR2_INSTALL_LIBSTDCPP

_______________________________________________
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] package/nethogs: needs toolchain with C++
  2024-08-07 10:39 [Buildroot] [PATCH] package/nethogs: needs toolchain with C++ Marcus Hoffmann via buildroot
  2024-08-07 10:42 ` Marcus Hoffmann via buildroot
@ 2024-08-07 12:20 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-07 12:20 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann, Marcus Hoffmann

On Wed,  7 Aug 2024 12:39:00 +0200
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  package/nethogs/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master with the reference to the autobuilder failures, 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

end of thread, other threads:[~2024-08-07 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 10:39 [Buildroot] [PATCH] package/nethogs: needs toolchain with C++ Marcus Hoffmann via buildroot
2024-08-07 10:42 ` Marcus Hoffmann via buildroot
2024-08-07 12:20 ` Thomas Petazzoni via buildroot

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.