All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] smack: fix dependencies comment
@ 2014-04-24  9:27 Baruch Siach
  2014-04-24 10:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2014-04-24  9:27 UTC (permalink / raw)
  To: buildroot

The comment should show when any of these conditions is not met.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/smack/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/smack/Config.in b/package/smack/Config.in
index 55e9d2e694c3..3f26caecd61f 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
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] smack: fix dependencies comment
  2014-04-24  9:27 [Buildroot] [PATCH] smack: fix dependencies comment Baruch Siach
@ 2014-04-24 10:17 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-24 10:17 UTC (permalink / raw)
  To: buildroot

Dear Baruch Siach,

On Thu, 24 Apr 2014 12:27:16 +0300, Baruch Siach wrote:
> The comment should show when any of these conditions is not met.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/smack/Config.in | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-24 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-24  9:27 [Buildroot] [PATCH] smack: fix dependencies comment Baruch Siach
2014-04-24 10:17 ` 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.