Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,12 +2,12 @@ config BR2_PACKAGE_SNAPPY
|
||||
bool "snappy"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Snappy is a compression/decompression library. It does not aim for
|
||||
maximum compression, or compatibility with any other compression
|
||||
library; instead, it aims for very high speeds and reasonable
|
||||
compression.
|
||||
Snappy is a compression/decompression library. It does not
|
||||
aim for maximum compression, or compatibility with any other
|
||||
compression library; instead, it aims for very high speeds
|
||||
and reasonable compression.
|
||||
|
||||
http://code.google.com/p/snappy/
|
||||
http://google.github.io/snappy/
|
||||
|
||||
comment "snappy needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 f50719c6dc7103d65df66882a3b4569d598eda251266463eca716928187dc12b snappy-32d6d7d8a2ef328a2ee1dd40f072e21f4983ebda.tar.gz
|
||||
sha256 e701cd80f1154d648c762c86140ad6873a5c9b09ed1d754e3157be8193d2c39e snappy-be6dc3db83c4701e3e79694dcbfd1c3da03b91dd.tar.gz
|
||||
|
||||
@@ -4,25 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SNAPPY_VERSION = 32d6d7d8a2ef328a2ee1dd40f072e21f4983ebda
|
||||
SNAPPY_VERSION = be6dc3db83c4701e3e79694dcbfd1c3da03b91dd
|
||||
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
|
||||
SNAPPY_LICENSE = BSD-3c
|
||||
SNAPPY_LICENSE = BSD-3-Clause
|
||||
SNAPPY_LICENSE_FILES = COPYING
|
||||
# from git
|
||||
SNAPPY_AUTORECONF = YES
|
||||
SNAPPY_DEPENDENCIES = host-pkgconf
|
||||
SNAPPY_INSTALL_STAGING = YES
|
||||
SNAPPY_CONF_OPTS = -DSNAPPY_BUILD_TESTS=OFF
|
||||
|
||||
# Disable tests
|
||||
SNAPPY_CONF_OPTS = --disable-gtest
|
||||
|
||||
# libsnappy links with libstdc++. Some libstdc++/arch variants use
|
||||
# pthread symbols for internal locking if built with thread
|
||||
# support. libstdc++ does not have a .pc file, and its .la file does
|
||||
# not mention -pthread. So, static linkig to libstdc++ will fail if
|
||||
# -pthread is not explicity linked to. Only do that for static builds.
|
||||
ifeq ($(BR2_STATIC_LIBS)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
|
||||
SNAPPY_CONF_OPTS += LIBS=-pthread
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user