[Buildroot] [git commit] package/libcrossguid: Fix typo in Config.in

Peter Korsgaard peter at korsgaard.com
Sun Mar 13 20:15:22 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=5940e2e6af1675fe3ad0d26b744f8b4401cf289a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libcrossguid/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libcrossguid/Config.in b/package/libcrossguid/Config.in
index 907ad2d..61ca781 100644
--- a/package/libcrossguid/Config.in
+++ b/package/libcrossguid/Config.in
@@ -11,5 +11,5 @@ config BR2_PACKAGE_LIBCROSSGUID
 	  https://github.com/graeme-hill/crossguid
 
 comment "libcrossguid 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


More information about the buildroot mailing list