Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_GDBM
bool "gdbm"
help
GNU dbm is a set of database routines that use extensible hashing.
It works similar to the standard UNIX dbm routines.
GNU dbm is a set of database routines that use extensible
hashing. It works similar to the standard UNIX dbm routines.
http://www.gnu.org/software/gdbm/gdbm.html

View File

@@ -1,3 +1,5 @@
# From http://lists.gnu.org/archive/html/info-gnu/2016-05/msg00009.html
md5 9ce96ff4c99e74295ea19040931c8fb9 gdbm-1.12.tar.gz
sha1 86513e8871bb376bc014e9e5a2d18a8e0a8ea2f5 gdbm-1.12.tar.gz
# From http://www.gnu.org.ua/software/gdbm/download.html
md5 8929dcda2a8de3fd2367bdbf66769376 gdbm-1.13.tar.gz
sha1 7f2a8301497bbcac91808b011ca533380914fd21 gdbm-1.13.tar.gz
# Locally computed
sha256 9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253 gdbm-1.13.tar.gz

View File

@@ -4,14 +4,18 @@
#
################################################################################
GDBM_VERSION = 1.12
GDBM_VERSION = 1.13
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
GDBM_LICENSE = GPLv3+
GDBM_LICENSE = GPL-3.0+
GDBM_LICENSE_FILES = COPYING
GDBM_INSTALL_STAGING = YES
GDBM_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
ifeq ($(BR2_PACKAGE_GETTEXT),y)
GDBM_DEPENDENCIES += gettext
ifeq ($(BR2_PACKAGE_READLINE),y)
GDBM_CONF_OPTS += --with-readline
GDBM_DEPENDENCIES += readline
else
GDBM_CONF_OPTS += --without-readline
endif
$(eval $(autotools-package))