summaryrefslogtreecommitdiff
path: root/package/libllcp
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2015-07-26 22:38:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-26 23:15:19 +0200
commit930976c7dbadcf741354c15e0f2953a56e85cde4 (patch)
tree7df44f6ff02950a942e2c9f175cb223d4d081dce /package/libllcp
parent64295d38712ef2aa7cda7a94837d085f63a550f1 (diff)
libllcp: Bump version and change site
Google Code is a closing forge, libllcp has already made the move to Github. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libllcp')
-rw-r--r--package/libllcp/libllcp.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libllcp/libllcp.mk b/package/libllcp/libllcp.mk
index e0dbb8324..2c2014a16 100644
--- a/package/libllcp/libllcp.mk
+++ b/package/libllcp/libllcp.mk
@@ -4,9 +4,8 @@
#
################################################################################
-LIBLLCP_VERSION = cf0c4b3c9df98851c6092c130192130c3f5a46bd
-LIBLLCP_SITE = https://libllcp.googlecode.com/git
-LIBLLCP_SITE_METHOD = git
+LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
+LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
# There's no ./configure in the repository, so we need to autoreconf
LIBLLCP_AUTORECONF = YES