Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/xml-security-c: Fix syntax error
@ 2021-07-29  5:25 Maxim Kochetkov via buildroot
  2021-07-29  7:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Kochetkov via buildroot @ 2021-07-29  5:25 UTC (permalink / raw)
  To: buildroot; +Cc: matthew.weber, Maxim Kochetkov, thomas.petazzoni, chris.simons

Add missed backslash to fix such error:
package/xml-security-c/Config.in:16: syntax error
package/xml-security-c/Config.in:15: invalid option
package/xml-security-c/Config.in:15:warning: ignoring unsupported character '!'
package/xml-security-c/Config.in:16: unknown option "BR2_TOOLCHAIN_GCC_AT_LEAST_4_7"

Fixes: bbda38afbbfa ("package/xml-security-c: new package")
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 package/xml-security-c/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xml-security-c/Config.in b/package/xml-security-c/Config.in
index 4c01855292..81d945f23d 100644
--- a/package/xml-security-c/Config.in
+++ b/package/xml-security-c/Config.in
@@ -12,5 +12,5 @@ config BR2_PACKAGE_XML_SECURITY_C
 	  https://santuario.apache.org/cindex.html
 
 comment "xml-security-c needs a toolchain w/ C++, wchar, gcc >= 4.7"
-	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR ||
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/xml-security-c: Fix syntax error
  2021-07-29  5:25 [Buildroot] [PATCH] package/xml-security-c: Fix syntax error Maxim Kochetkov via buildroot
@ 2021-07-29  7:14 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-07-29  7:14 UTC (permalink / raw)
  To: Maxim Kochetkov; +Cc: matthew.weber, chris.simons, buildroot

On Thu, 29 Jul 2021 08:25:30 +0300
Maxim Kochetkov <fido_max@inbox.ru> wrote:

> Add missed backslash to fix such error:
> package/xml-security-c/Config.in:16: syntax error
> package/xml-security-c/Config.in:15: invalid option
> package/xml-security-c/Config.in:15:warning: ignoring unsupported character '!'
> package/xml-security-c/Config.in:16: unknown option "BR2_TOOLCHAIN_GCC_AT_LEAST_4_7"
> 
> Fixes: bbda38afbbfa ("package/xml-security-c: new package")
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
> ---
>  package/xml-security-c/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks for fixing my mess :-/

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-07-29  7:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29  5:25 [Buildroot] [PATCH] package/xml-security-c: Fix syntax error Maxim Kochetkov via buildroot
2021-07-29  7:14 ` Thomas Petazzoni

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