update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/libtasn1/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/libtasn1/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBTASN1
|
||||
bool "libtasn1"
|
||||
help
|
||||
ASN.1 library
|
||||
|
||||
http://www.gnu.org/software/libtasn1
|
||||
6
bsp/buildroot-2017.02.11/package/libtasn1/libtasn1.hash
Normal file
6
bsp/buildroot-2017.02.11/package/libtasn1/libtasn1.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.13.tar.gz.sig
|
||||
sha256 7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca libtasn1-4.13.tar.gz
|
||||
# Locally calculated
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
|
||||
16
bsp/buildroot-2017.02.11/package/libtasn1/libtasn1.mk
Normal file
16
bsp/buildroot-2017.02.11/package/libtasn1/libtasn1.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libtasn1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBTASN1_VERSION = 4.13
|
||||
LIBTASN1_SITE = $(BR2_GNU_MIRROR)/libtasn1
|
||||
LIBTASN1_DEPENDENCIES = host-bison
|
||||
LIBTASN1_LICENSE = GPLv3+ (tests, tools), LGPLv2.1+ (library)
|
||||
LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
|
||||
LIBTASN1_INSTALL_STAGING = YES
|
||||
# 'missing' fallback logic botched so disable it completely
|
||||
LIBTASN1_CONF_ENV = MAKEINFO="true"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user