projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f75157
)
expedite: fix dependencies comment logic
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 7 May 2015 06:35:26 +0000
(09:35 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 7 May 2015 20:09:10 +0000
(22:09 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/efl/expedite/Config.in
patch
|
blob
|
history
diff --git
a/package/efl/expedite/Config.in
b/package/efl/expedite/Config.in
index ddbf020f078c7a6e47c1da29bccb16124949f482..1e121088ada8afafa45057860c0b3a94e97b7a76 100644
(file)
--- a/
package/efl/expedite/Config.in
+++ b/
package/efl/expedite/Config.in
@@
-12,5
+12,4
@@
config BR2_PACKAGE_EXPEDITE
reproduce real world usage cases.
comment "expedite needs a toolchain w/ C++, threads"
- depends on !BR2_INSTALL_LIBSTDCPP
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS