[Buildroot] [PATCH 1/1] ntfs-3g: fix incorrect comment dependency

Ryan Barnett ryan.barnett at rockwellcollins.com
Mon Jul 13 20:27:57 UTC 2015


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

Signed-off-by: Ryan Barnett <ryan.barnett at 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..054e5b6 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



More information about the buildroot mailing list