Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] ntfs-3g: fix incorrect comment dependency
@ 2015-07-13 20:38 Ryan Barnett
  2015-07-13 20:39 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Barnett @ 2015-07-13 20:38 UTC (permalink / raw)
  To: buildroot

The comment for ntfs-3g displays even when the package has met its
necessary dependencies.

Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
---
 package/ntfs-3g/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index a860498..d6d1481 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -32,4 +32,4 @@ endif
 
 comment "ntfs-3g needs a toolchain w/ wchar, threads, dynamic library"
 	depends on BR2_USE_MMU
-	depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS && BR2_STATIC_LIBS)
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
-- 
1.9.1

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

* [Buildroot] [PATCH v2 1/1] ntfs-3g: fix incorrect comment dependency
  2015-07-13 20:38 [Buildroot] [PATCH v2 1/1] ntfs-3g: fix incorrect comment dependency Ryan Barnett
@ 2015-07-13 20:39 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-13 20:39 UTC (permalink / raw)
  To: buildroot

Dear Ryan Barnett,

On Mon, 13 Jul 2015 15:38:27 -0500, Ryan Barnett wrote:
> The comment for ntfs-3g displays even when the package has met its
> necessary dependencies.
> 
> Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
> ---
>  package/ntfs-3g/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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:[~2015-07-13 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 20:38 [Buildroot] [PATCH v2 1/1] ntfs-3g: fix incorrect comment dependency Ryan Barnett
2015-07-13 20:39 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox