package/libllcp: drop wrong comment
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 13 Dec 2020 22:03:29 +0000 (23:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 30 Dec 2020 22:56:38 +0000 (23:56 +0100)
Dependency on threads comes from libllcp itself not from libusb (which
is not even selected)

While at it, also add a comment about this dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libllcp/Config.in

index 1660e92a87a7ef843f857c2bc59be98528885e30..5dc5c36a672ff80b4b4a321f44bdac0b358ff827 100644 (file)
@@ -1,9 +1,12 @@
 config BR2_PACKAGE_LIBLLCP
        bool "libllcp"
-       depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_LIBNFC
        help
          Library extending libnfc with support for Logical Link Control
          Protocol.
 
          https://github.com/nfc-tools/libllcp
+
+comment "libllcp needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS