summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-10-26 19:45:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-01 19:58:59 +0100
commit56a902f40ed10c757b91d073ea9092ba33dc29b1 (patch)
tree33c99d07a6fd634c55c16beecd2a17f4f8303053
parent30f43bed60ba48d62907a29f5af3a6e4d443a714 (diff)
libconfuse: bump version
The tag v2.7 is from 2010, no release has been since then and a few changes have been made, notably a LICENSE file was added. [Thomas: fix minor typos in commit log.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libconfuse/libconfuse.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 61b233c1f..b3dcceb80 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -4,13 +4,13 @@
#
################################################################################
-LIBCONFUSE_VERSION = V2_7
+LIBCONFUSE_VERSION = 9413a82f9cb56a94f71fa420f146e841c5372ed8
LIBCONFUSE_SITE = $(call github,martinh,libconfuse,$(LIBCONFUSE_VERSION))
LIBCONFUSE_INSTALL_STAGING = YES
LIBCONFUSE_CONF_OPTS = --disable-rpath
LIBCONFUSE_DEPENDENCIES = host-flex
LIBCONFUSE_LICENSE = ISC
-LIBCONFUSE_LICENSE_FILES = src/confuse.c
+LIBCONFUSE_LICENSE_FILES = LICENSE
# Fresh from the repository, no configure et al.
LIBCONFUSE_AUTORECONF = YES