Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
config BR2_PACKAGE_TROUSERS
|
||||
bool "trousers"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
# doesn't build properly in static only configurations
|
||||
depends on !BR2_STATIC_LIBS
|
||||
# ARC toolchain issue
|
||||
depends on !BR2_arc
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
The open-source TCG Software Stack (TSS).
|
||||
|
||||
This library enables the use of a Trusted Platform Module that
|
||||
complies with the TPM specification, version 1.2. It implements the
|
||||
TSS specification, version 1.2.
|
||||
This library enables the use of a Trusted Platform Module
|
||||
that complies with the TPM specification, version 1.2. It
|
||||
implements the TSS specification, version 1.2.
|
||||
|
||||
http://trousers.sourceforge.net/
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#############################################################
|
||||
################################################################################
|
||||
#
|
||||
# trousers
|
||||
#
|
||||
##############################################################
|
||||
################################################################################
|
||||
|
||||
TROUSERS_VERSION = 0.3.13
|
||||
TROUSERS_SITE = http://downloads.sourceforge.net/project/trousers/trousers/$(TROUSERS_VERSION)
|
||||
TROUSERS_LICENSE = BSD-3c
|
||||
TROUSERS_LICENSE = BSD-3-Clause
|
||||
TROUSERS_LICENSE_FILES = LICENSE
|
||||
TROUSERS_INSTALL_STAGING = YES
|
||||
# Need autoreconf because of a patch touching configure.in and Makefile.am
|
||||
|
||||
Reference in New Issue
Block a user