[Buildroot] [PATCH 1/1] package/libllcp: drop wrong comment

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Dec 13 21:57:10 UTC 2020


Dependency on threads comes from libllcp itself not from libusb (which
is not even selected)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/libllcp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libllcp/Config.in b/package/libllcp/Config.in
index 1660e92a87..238e725166 100644
--- a/package/libllcp/Config.in
+++ b/package/libllcp/Config.in
@@ -1,6 +1,6 @@
 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
-- 
2.29.2



More information about the buildroot mailing list