All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libllcp: drop wrong comment
@ 2020-12-13 21:57 Fabrice Fontaine
  0 siblings, 0 replies; only message in thread
From: Fabrice Fontaine @ 2020-12-13 21:57 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-13 21:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 21:57 [Buildroot] [PATCH 1/1] package/libllcp: drop wrong comment Fabrice Fontaine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.