All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libfreefare: drop threads dependency
@ 2021-04-25 13:54 Fabrice Fontaine
  2021-04-25 19:30 ` Yann E. MORIN
  2021-04-26 20:47 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-04-25 13:54 UTC (permalink / raw)
  To: buildroot

This dependency should have dropped by commit
1a49188a69416542087acd1246b17c0139ff0054 which removed threads
dependency from libnfc

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libfreefare/Config.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/libfreefare/Config.in b/package/libfreefare/Config.in
index 2bb0c93ddf..b330b2256a 100644
--- a/package/libfreefare/Config.in
+++ b/package/libfreefare/Config.in
@@ -1,12 +1,8 @@
 config BR2_PACKAGE_LIBFREEFARE
 	bool "libfreefare"
-	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_LIBNFC
 	help
 	  Library for high level manipulation of MIFARE cards.
 
 	  http://nfc-tools.org/index.php?title=Libfreefare
-
-comment "libfreefare needs a toolchain w/ threads"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-26 20:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-25 13:54 [Buildroot] [PATCH 1/1] package/libfreefare: drop threads dependency Fabrice Fontaine
2021-04-25 19:30 ` Yann E. MORIN
2021-04-26 20:47 ` Peter Korsgaard

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.