package/libfreefare: drop threads dependency
This dependency should have dropped by commit
1a49188a69 which removed threads
dependency from libnfc
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
75fa35e1ea
commit
b92c7a8527
@@ -1,12 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBFREEFARE
|
config BR2_PACKAGE_LIBFREEFARE
|
||||||
bool "libfreefare"
|
bool "libfreefare"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_LIBNFC
|
select BR2_PACKAGE_LIBNFC
|
||||||
help
|
help
|
||||||
Library for high level manipulation of MIFARE cards.
|
Library for high level manipulation of MIFARE cards.
|
||||||
|
|
||||||
http://nfc-tools.org/index.php?title=Libfreefare
|
http://nfc-tools.org/index.php?title=Libfreefare
|
||||||
|
|
||||||
comment "libfreefare needs a toolchain w/ threads"
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
|
|||||||
Reference in New Issue
Block a user