diff mbox

[v2,1/1] ntfs-3g: fix incorrect comment dependency

Message ID 1436819907-54890-1-git-send-email-ryan.barnett@rockwellcollins.com
State Accepted
Headers show

Commit Message

Ryan Barnett July 13, 2015, 8:38 p.m. UTC
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(-)

Comments

Thomas Petazzoni July 13, 2015, 8:39 p.m. UTC | #1
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
diff mbox

Patch

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