All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment
@ 2023-03-26  8:00 Peter Seiderer
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 2/5] package/lcdproc: " Peter Seiderer
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Peter Seiderer @ 2023-03-26  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Vincent Stehlé

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/protozero/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/protozero/Config.in b/package/protozero/Config.in
index 19048dfe8d..e6347e6f7f 100644
--- a/package/protozero/Config.in
+++ b/package/protozero/Config.in
@@ -16,5 +16,5 @@ config BR2_PACKAGE_PROTOZERO
 
 	  https://github.com/mapbox/protozero
 
-comment "protozero needs a toolchain w/ C++,  gcc >= 4.7"
+comment "protozero needs a toolchain w/ C++, gcc >= 4.7"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [Buildroot] [PATCH v1 2/5] package/lcdproc: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
@ 2023-03-26  8:00 ` Peter Seiderer
  2023-04-10 19:20   ` Peter Korsgaard
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 3/5] package/libosmium: " Peter Seiderer
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Peter Seiderer @ 2023-03-26  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Vincent Stehlé

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/lcdproc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lcdproc/Config.in b/package/lcdproc/Config.in
index 042abd69df..e5ff432d40 100644
--- a/package/lcdproc/Config.in
+++ b/package/lcdproc/Config.in
@@ -1,4 +1,4 @@
-comment "lcdproc needs a toolchain w/  dynamic library"
+comment "lcdproc needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS
 
 config BR2_PACKAGE_LCDPROC
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [Buildroot] [PATCH v1 3/5] package/libosmium: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 2/5] package/lcdproc: " Peter Seiderer
@ 2023-03-26  8:00 ` Peter Seiderer
  2023-03-26 18:31   ` Maxim Kochetkov via buildroot
  2023-04-10 19:20   ` Peter Korsgaard
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 4/5] package/osm2pgsql: " Peter Seiderer
                   ` (4 subsequent siblings)
  6 siblings, 2 replies; 14+ messages in thread
From: Peter Seiderer @ 2023-03-26  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Vincent Stehlé

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/libosmium/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libosmium/Config.in b/package/libosmium/Config.in
index 3a4c64e9d2..825e2b7e33 100644
--- a/package/libosmium/Config.in
+++ b/package/libosmium/Config.in
@@ -13,6 +13,6 @@ config BR2_PACKAGE_LIBOSMIUM
 
 	  https://osmcode.org/libosmium/
 
-comment "libosmium needs a toolchain w/ C++,  wchar, threads, gcc >= 4.7"
+comment "libosmium needs a toolchain w/ C++, wchar, threads, gcc >= 4.7"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [Buildroot] [PATCH v1 4/5] package/osm2pgsql: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 2/5] package/lcdproc: " Peter Seiderer
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 3/5] package/libosmium: " Peter Seiderer
@ 2023-03-26  8:00 ` Peter Seiderer
  2023-03-26 18:32   ` Maxim Kochetkov via buildroot
  2023-04-10 19:21   ` Peter Korsgaard
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 5/5] package/zerofree: " Peter Seiderer
                   ` (3 subsequent siblings)
  6 siblings, 2 replies; 14+ messages in thread
From: Peter Seiderer @ 2023-03-26  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Vincent Stehlé

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/osm2pgsql/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/osm2pgsql/Config.in b/package/osm2pgsql/Config.in
index e903e92c49..3e73572a80 100644
--- a/package/osm2pgsql/Config.in
+++ b/package/osm2pgsql/Config.in
@@ -22,7 +22,7 @@ config BR2_PACKAGE_OSM2PGSQL
 
 	  https://osm2pgsql.org
 
-comment "osm2pgsql needs a toolchain w/ C++,  wchar, threads, gcc >= 4.9"
+comment "osm2pgsql needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
 	depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [Buildroot] [PATCH v1 5/5] package/zerofree: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
                   ` (2 preceding siblings ...)
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 4/5] package/osm2pgsql: " Peter Seiderer
@ 2023-03-26  8:00 ` Peter Seiderer
  2023-04-10 19:21   ` Peter Korsgaard
  2023-03-26 18:31 ` [Buildroot] [PATCH v1 1/5] package/protozero: " Maxim Kochetkov via buildroot
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Peter Seiderer @ 2023-03-26  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Maxim Kochetkov, Vincent Stehlé

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/zerofree/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/zerofree/Config.in b/package/zerofree/Config.in
index 99466d6bae..e7007819d8 100644
--- a/package/zerofree/Config.in
+++ b/package/zerofree/Config.in
@@ -9,6 +9,6 @@ config BR2_PACKAGE_ZEROFREE
 
 	  https://frippery.org/uml/
 
-comment "zerofree needs  a toolchain w/ dynamic library"
+comment "zerofree needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU
 	depends on BR2_STATIC_LIBS
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
                   ` (3 preceding siblings ...)
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 5/5] package/zerofree: " Peter Seiderer
@ 2023-03-26 18:31 ` Maxim Kochetkov via buildroot
  2023-03-26 20:01 ` Thomas Petazzoni via buildroot
  2023-04-10 19:18 ` Peter Korsgaard
  6 siblings, 0 replies; 14+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-03-26 18:31 UTC (permalink / raw)
  To: Peter Seiderer, buildroot; +Cc: Vincent Stehlé



On 26.03.2023 11:00, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 3/5] package/libosmium: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 3/5] package/libosmium: " Peter Seiderer
@ 2023-03-26 18:31   ` Maxim Kochetkov via buildroot
  2023-04-10 19:20   ` Peter Korsgaard
  1 sibling, 0 replies; 14+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-03-26 18:31 UTC (permalink / raw)
  To: Peter Seiderer, buildroot; +Cc: Vincent Stehlé



On 26.03.2023 11:00, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 4/5] package/osm2pgsql: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 4/5] package/osm2pgsql: " Peter Seiderer
@ 2023-03-26 18:32   ` Maxim Kochetkov via buildroot
  2023-04-10 19:21   ` Peter Korsgaard
  1 sibling, 0 replies; 14+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-03-26 18:32 UTC (permalink / raw)
  To: Peter Seiderer, buildroot; +Cc: Vincent Stehlé



On 26.03.2023 11:00, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
                   ` (4 preceding siblings ...)
  2023-03-26 18:31 ` [Buildroot] [PATCH v1 1/5] package/protozero: " Maxim Kochetkov via buildroot
@ 2023-03-26 20:01 ` Thomas Petazzoni via buildroot
  2023-04-10 19:18 ` Peter Korsgaard
  6 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-03-26 20:01 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

On Sun, 26 Mar 2023 10:00:30 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/protozero/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Series applied, 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] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment
  2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
                   ` (5 preceding siblings ...)
  2023-03-26 20:01 ` Thomas Petazzoni via buildroot
@ 2023-04-10 19:18 ` Peter Korsgaard
  6 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:18 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2023.02.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] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 2/5] package/lcdproc: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 2/5] package/lcdproc: " Peter Seiderer
@ 2023-04-10 19:20   ` Peter Korsgaard
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:20 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2023.02.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] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 3/5] package/libosmium: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 3/5] package/libosmium: " Peter Seiderer
  2023-03-26 18:31   ` Maxim Kochetkov via buildroot
@ 2023-04-10 19:20   ` Peter Korsgaard
  1 sibling, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:20 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2023.02.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] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 5/5] package/zerofree: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 5/5] package/zerofree: " Peter Seiderer
@ 2023-04-10 19:21   ` Peter Korsgaard
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:21 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2023.02.x (not in 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] 14+ messages in thread

* Re: [Buildroot] [PATCH v1 4/5] package/osm2pgsql: fix double space in Config.in comment
  2023-03-26  8:00 ` [Buildroot] [PATCH v1 4/5] package/osm2pgsql: " Peter Seiderer
  2023-03-26 18:32   ` Maxim Kochetkov via buildroot
@ 2023-04-10 19:21   ` Peter Korsgaard
  1 sibling, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:21 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Maxim Kochetkov, Vincent Stehlé, buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2023.02.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] 14+ messages in thread

end of thread, other threads:[~2023-04-10 19:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  8:00 [Buildroot] [PATCH v1 1/5] package/protozero: fix double space in Config.in comment Peter Seiderer
2023-03-26  8:00 ` [Buildroot] [PATCH v1 2/5] package/lcdproc: " Peter Seiderer
2023-04-10 19:20   ` Peter Korsgaard
2023-03-26  8:00 ` [Buildroot] [PATCH v1 3/5] package/libosmium: " Peter Seiderer
2023-03-26 18:31   ` Maxim Kochetkov via buildroot
2023-04-10 19:20   ` Peter Korsgaard
2023-03-26  8:00 ` [Buildroot] [PATCH v1 4/5] package/osm2pgsql: " Peter Seiderer
2023-03-26 18:32   ` Maxim Kochetkov via buildroot
2023-04-10 19:21   ` Peter Korsgaard
2023-03-26  8:00 ` [Buildroot] [PATCH v1 5/5] package/zerofree: " Peter Seiderer
2023-04-10 19:21   ` Peter Korsgaard
2023-03-26 18:31 ` [Buildroot] [PATCH v1 1/5] package/protozero: " Maxim Kochetkov via buildroot
2023-03-26 20:01 ` Thomas Petazzoni via buildroot
2023-04-10 19:18 ` Peter Korsgaard

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.