projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba69a7
)
package/libcrossguid: Fix typo in Config.in
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 13 Mar 2016 16:36:00 +0000
(17:36 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 20:15:22 +0000
(21:15 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcrossguid/Config.in
patch
|
blob
|
history
diff --git
a/package/libcrossguid/Config.in
b/package/libcrossguid/Config.in
index 907ad2da3696d92884c39a59634f104503b77a24..61ca781aef357cfcc536d87b0459e3dce19b17ce 100644
(file)
--- 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