Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# From http://www.cmake.org/files/v3.4/cmake-3.4.3-SHA-256.txt
|
||||
sha256 b73f8c1029611df7ed81796bf5ca8ba0ef41c6761132340c73ffe42704f980fa cmake-3.4.3.tar.gz
|
||||
# From http://www.cmake.org/files/v3.5/cmake-3.5.2-SHA-256.txt
|
||||
sha256 92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a cmake-3.5.2.tar.gz
|
||||
|
||||
@@ -4,13 +4,24 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CMAKE_VERSION_MAJOR = 3.4
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
|
||||
CMAKE_VERSION_MAJOR = 3.5
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
|
||||
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
|
||||
CMAKE_LICENSE = BSD-3c
|
||||
CMAKE_LICENSE_FILES = Copyright.txt
|
||||
|
||||
HOST_CMAKE_DEPENDENCIES = host-pkgconf
|
||||
# CMake is a particular package:
|
||||
# * CMake can be built using the generic infrastructure or the cmake one.
|
||||
# Since Buildroot has no requirement regarding the host system cmake
|
||||
# program presence, it uses the generic infrastructure to build the
|
||||
# host-cmake package, then the (target-)cmake package can be built
|
||||
# using the cmake infrastructure;
|
||||
# * CMake bundles its dependencies within its sources. This is the
|
||||
# reason why the host-cmake package has no dependencies:, whereas
|
||||
# the (target-)cmake package has a lot of dependencies, using only
|
||||
# the system-wide libraries instead of rebuilding and statically
|
||||
# linking with the ones bundled into the CMake sources.
|
||||
|
||||
CMAKE_DEPENDENCIES = zlib jsoncpp libcurl libarchive expat bzip2 xz
|
||||
|
||||
CMAKE_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user