package/libnfc: drop leftover comment
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Dec 2019 13:03:59 +0000 (14:03 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Dec 2019 13:06:17 +0000 (14:06 +0100)
In commit 1a49188a694 (package/libnfc: add sub-options to enable
individual drivers), the dependency on threads was moved down to
the individual drivers that need it, and libnfc as a whole lost
that dependency.

However, the global comment was not removed. Do so now.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libnfc/Config.in

index 014ab94ce8f8e7d373a78e2681411f1981f8f140..14084dc889b673f610382753abda09610c3f25f9 100644 (file)
@@ -75,6 +75,3 @@ config BR2_PACKAGE_LIBNFC_EXAMPLES
        select BR2_PACKAGE_READLINE
 
 endif
-
-comment "libnfc needs a toolchain w/ threads"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS