diff mbox

[1/1] package/libcrossguid: Fix typo in Config.in

Message ID 1457886960-19358-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit 5940e2e6af1675fe3ad0d26b744f8b4401cf289a
Headers show

Commit Message

Bernd Kuhls March 13, 2016, 4:36 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libcrossguid/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard March 13, 2016, 8:15 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox

Patch

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