[Buildroot] [git commit branch/2022.08.x] package/volk: fix Config.in syntax error

Peter Korsgaard peter at korsgaard.com
Sat Oct 15 14:32:53 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=5db6d5f143b989495b54c0b5fb751fa355c0c300
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.08.x

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

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit d395f49acf5222558601eb6d8300248bf7931051)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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



More information about the buildroot mailing list