Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error
@ 2022-10-01 22:22 James Hilliard
  2022-10-02  7:11 ` Yann E. MORIN
  2022-10-15 14:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2022-10-01 22:22 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Gwenhael Goavec-Merou

Fixes:
package/volk/Config.in:4: syntax error
package/volk/Config.in:3: invalid option

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/volk/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/volk/Config.in b/package/volk/Config.in
index 83d58d64ab..6a343e0751 100644
--- a/package/volk/Config.in
+++ b/package/volk/Config.in
@@ -1,6 +1,6 @@
 comment "volk needs a toolchain w/ C++, NPTL, wchar, dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
 		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
 
 config BR2_PACKAGE_VOLK
-- 
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 1/1] package/volk: fix Config.in syntax error
  2022-10-01 22:22 [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error James Hilliard
@ 2022-10-02  7:11 ` Yann E. MORIN
  2022-10-15 14:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-10-02  7:11 UTC (permalink / raw)
  To: James Hilliard; +Cc: Gwenhael Goavec-Merou, buildroot

James, All,

On 2022-10-01 16:22 -0600, James Hilliard spake thusly:
> Fixes:
> package/volk/Config.in:4: syntax error
> package/volk/Config.in:3: invalid option
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Applied to master, thanks for fixing my mess!

Regards,
Yann E. MORIN.

> ---
>  package/volk/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/volk/Config.in b/package/volk/Config.in
> index 83d58d64ab..6a343e0751 100644
> --- a/package/volk/Config.in
> +++ b/package/volk/Config.in
> @@ -1,6 +1,6 @@
>  comment "volk needs a toolchain w/ C++, NPTL, wchar, dynamic library"
>  	depends on BR2_USE_MMU
> -	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
> +	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
>  		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
>  
>  config BR2_PACKAGE_VOLK
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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/volk: fix Config.in syntax error
  2022-10-01 22:22 [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error James Hilliard
  2022-10-02  7:11 ` Yann E. MORIN
@ 2022-10-15 14:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-10-15 14:33 UTC (permalink / raw)
  To: James Hilliard; +Cc: Gwenhael Goavec-Merou, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Fixes:
 > package/volk/Config.in:4: syntax error
 > package/volk/Config.in:3: invalid option

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2022.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:[~2022-10-15 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-01 22:22 [Buildroot] [PATCH 1/1] package/volk: fix Config.in syntax error James Hilliard
2022-10-02  7:11 ` Yann E. MORIN
2022-10-15 14:33 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox