projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f386839
)
smack: fix dependencies comment
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 24 Apr 2014 09:27:16 +0000
(12:27 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 24 Apr 2014 10:16:40 +0000
(12:16 +0200)
The comment should show when any of these conditions is not met.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/smack/Config.in
patch
|
blob
|
history
diff --git
a/package/smack/Config.in
b/package/smack/Config.in
index 55e9d2e694c3e7f859d333a97e3138e04f267498..3f26caecd61fdbda50df2cf6b0fdf5bea69c38ac 100644
(file)
--- a/
package/smack/Config.in
+++ b/
package/smack/Config.in
@@
-30,5
+30,4
@@
config BR2_PACKAGE_SMACK
https://github.com/smack-team/smack
comment "smack needs a toolchain w/ dynamic library, headers >= 3.0"
- depends on BR2_PREFER_STATIC_LIB
- depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+ depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0