summaryrefslogtreecommitdiffstats
path: root/package/libnfc
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-07-18 09:00:10 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-18 18:51:25 +0200
commitfab8272eee773456bd14829144c38942575a9a9c (patch)
treee9a2ece70d3a3f07c78187de2201ed621d4cfdb0 /package/libnfc
parentd3a91caccbfa6e2adcb134f8f2f457aef4a27786 (diff)
downloadbuildroot-novena-fab8272eee773456bd14829144c38942575a9a9c.tar.gz
buildroot-novena-fab8272eee773456bd14829144c38942575a9a9c.zip
libnfc: bump version to recent svn revision
The libnfc package is currently at version 1.5.1 in Buildroot. This patch bumps the version to a recent svn revision, for the following reasons. * Version 1.5.1 is marked as "unstable" on the libnfc download site. * The nfc-tools project at http://code.google.com/p/nfc-tools/ includes a library that extends libnfc with LLCP functionality. Unfortunately, to build this requires a libnfc version no lower than 1.6. The version 1.6.0-rc1 Release Candidate does not build; svn commits to fix the build problems have not yet been back-ported into a Release Candidate. * The libfreefare package is currently at version 0.3.2 in Buildroot. To bump this to the most recent version (0.3.4) also requires a libnfc version no lower than 1.6. I suggest that this patch be regarded as a temporary fix, pending the release of libnfc 1.6, which will allow other dependent packages to be progressed in the interim. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libnfc')
-rw-r--r--package/libnfc/libnfc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libnfc/libnfc.mk b/package/libnfc/libnfc.mk
index 95cf61d24..ab062bb54 100644
--- a/package/libnfc/libnfc.mk
+++ b/package/libnfc/libnfc.mk
@@ -3,9 +3,9 @@
# libnfc
#
#############################################################
-LIBNFC_VERSION = 1.5.1
-LIBNFC_SITE = http://libnfc.googlecode.com/files/
-LIBNFC_SOURCE = libnfc-$(LIBNFC_VERSION).tar.gz
+LIBNFC_VERSION = 1446
+LIBNFC_SITE = http://libnfc.googlecode.com/svn/trunk/
+LIBNFC_SITE_METHOD = svn
LIBNFC_AUTORECONF = YES
LIBNFC_INSTALL_STAGING = YES