diff options
| author | Frank Hunleth <fhunleth@troodon-software.com> | 2015-11-05 12:03:12 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-05 21:57:16 +0100 |
| commit | e74aae1b9947f529ac5a2e7aeece13d779ccda1e (patch) | |
| tree | 4ff90c2265be6003f5f315da0997a0681b339999 /package/libconfuse/libconfuse.mk | |
| parent | e389f288dc07c109d4a508b94fbd1affcc1ab02b (diff) | |
| download | buildroot-e74aae1b9947f529ac5a2e7aeece13d779ccda1e.tar.gz buildroot-e74aae1b9947f529ac5a2e7aeece13d779ccda1e.zip | |
libconfuse: bump to version 2.8
Since libconfuse now has a proper release tar ball, this also adds a
hash, removes autogen, and removes a patch that is no longer needed.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libconfuse/libconfuse.mk')
| -rw-r--r-- | package/libconfuse/libconfuse.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index b3dcceb808..1a01896ebc 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -4,17 +4,14 @@ # ################################################################################ -LIBCONFUSE_VERSION = 9413a82f9cb56a94f71fa420f146e841c5372ed8 -LIBCONFUSE_SITE = $(call github,martinh,libconfuse,$(LIBCONFUSE_VERSION)) +LIBCONFUSE_VERSION = 2.8 +LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz +LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION) LIBCONFUSE_INSTALL_STAGING = YES LIBCONFUSE_CONF_OPTS = --disable-rpath LIBCONFUSE_DEPENDENCIES = host-flex LIBCONFUSE_LICENSE = ISC LIBCONFUSE_LICENSE_FILES = LICENSE -# Fresh from the repository, no configure et al. -LIBCONFUSE_AUTORECONF = YES -LIBCONFUSE_GETTEXTIZE = YES - $(eval $(autotools-package)) $(eval $(host-autotools-package)) |

