Commit d4f83924 authored by Arnaud Aujon's avatar Arnaud Aujon Committed by Peter Korsgaard
Browse files

libfreefare: new repository



[Peter: also adjust upstream URL]
Signed-off-by: default avatarArnaud Aujon <arnaud.aujon@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 71af8d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBFREEFARE
	help
	  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"
	depends on !BR2_TOOLCHAIN_HAS_THREADS
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

LIBFREEFARE_VERSION = 0.3.4
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
LIBFREEFARE_DEPENDENCIES = libnfc openssl

$(eval $(autotools-package))