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>
This commit is contained in:
Maxime Hadjinlian 2015-07-26 22:38:33 +02:00 committed by Thomas Petazzoni
parent 64295d3871
commit 930976c7db

View File

@ -4,9 +4,8 @@
# #
################################################################################ ################################################################################
LIBLLCP_VERSION = cf0c4b3c9df98851c6092c130192130c3f5a46bd LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
LIBLLCP_SITE = https://libllcp.googlecode.com/git LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
LIBLLCP_SITE_METHOD = git
LIBLLCP_DEPENDENCIES = host-pkgconf libnfc LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
# There's no ./configure in the repository, so we need to autoreconf # There's no ./configure in the repository, so we need to autoreconf
LIBLLCP_AUTORECONF = YES LIBLLCP_AUTORECONF = YES