All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] smack: fix dependencies comment
@ 2014-04-24 10:16 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2014-04-24 10:16 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1e187d7720d55b979857d7a11d7cbac773f72e0a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/smack/Config.in b/package/smack/Config.in
index 55e9d2e..3f26cae 100644
--- 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-24 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-24 10:16 [Buildroot] [git commit] smack: fix dependencies comment Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.