update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +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.
http://www.gnu.org/software/gdbm/gdbm.html

View File

@@ -0,0 +1,3 @@
# 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

View File

@@ -0,0 +1,17 @@
################################################################################
#
# gdbm
#
################################################################################
GDBM_VERSION = 1.12
GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
GDBM_LICENSE = GPLv3+
GDBM_LICENSE_FILES = COPYING
GDBM_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_GETTEXT),y)
GDBM_DEPENDENCIES += gettext
endif
$(eval $(autotools-package))