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,16 @@
config BR2_PACKAGE_SZIP
bool "szip"
help
Szip is an implementation of the extended-Rice lossless
compression algorithm.
The Consultative Committee on Space Data Systems (CCSDS) has
adopted the extended-Rice algorithm for international
standards for space applications[1,6,7]. Szip is reported to
provide fast and effective compression, specifically for the
EOS data generated by the NASA Earth Observatory System
(EOS)[1]. It was originally developed at University of New
Mexico (UNM) and integrated with HDF4 by UNM researchers and
developers.
http://www.hdfgroup.org/doc_resource/SZIP

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 a816d95d5662e8279625abdbea7d0e62157d7d1f028020b1075500bf483ed5ef szip-2.1.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# szip
#
################################################################################
SZIP_VERSION = 2.1
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src
SZIP_LICENSE = szip license
SZIP_LICENSE_FILES = COPYING
SZIP_INSTALL_STAGING = YES
$(eval $(autotools-package))