Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -22,7 +22,7 @@ config BR2_PACKAGE_MONGODB
https://www.mongodb.org/
comment "mongodb needs a (e)glibc toolchain w/ wchar, threads, C++, gcc >= 4.8"
comment "mongodb needs a glibc toolchain w/ wchar, threads, C++, gcc >= 4.8"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8

View File

@@ -1,2 +1,2 @@
# Locally computed:
sha256 316496375f41f322839529d36e75e3275fdec468f7656fdbeb53ec8dc1ca5275 mongodb-r3.2.0.tar.gz
sha256 4764945631bca4ac5c2b239e04e91db00e39716915204349170c37cb7897c564 mongodb-r3.3.4.tar.gz

View File

@@ -4,7 +4,7 @@
#
################################################################################
MONGODB_VERSION_BASE = 3.2.0
MONGODB_VERSION_BASE = 3.3.4
MONGODB_VERSION = r$(MONGODB_VERSION_BASE)
MONGODB_SITE = $(call github,mongodb,mongo,$(MONGODB_VERSION))