libfreefare: new repository

[Peter: also adjust upstream URL]
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Arnaud Aujon 2013-10-24 11:00:05 +02:00 committed by Peter Korsgaard
parent 71af8d275c
commit d4f839248d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBFREEFARE
help help
Library for high level manipulation of MIFARE cards. Library for high level manipulation of MIFARE cards.
http://code.google.com/p/nfc-tools/wiki/libfreefare http://nfc-tools.org/index.php?title=Libfreefare
comment "libfreefare needs a toolchain w/ threads" comment "libfreefare needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
LIBFREEFARE_VERSION = 0.3.4 LIBFREEFARE_VERSION = 0.3.4
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
LIBFREEFARE_DEPENDENCIES = libnfc openssl LIBFREEFARE_DEPENDENCIES = libnfc openssl
$(eval $(autotools-package)) $(eval $(autotools-package))