Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,8 +2,8 @@ config BR2_PACKAGE_TINYXML2
|
||||
bool "tinyxml2"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
|
||||
easily integrating into other programs.
|
||||
TinyXML-2 is a simple, small, efficient, C++ XML parser that
|
||||
can be easily integrating into other programs.
|
||||
|
||||
http://www.grinninglizard.com/tinyxml2/index.html
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747 tinyxml2-3.0.0.tar.gz
|
||||
sha256 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20 tinyxml2-4.0.1.tar.gz
|
||||
|
||||
@@ -4,10 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINYXML2_VERSION = 3.0.0
|
||||
TINYXML2_VERSION = 4.0.1
|
||||
TINYXML2_SITE = $(call github,leethomason,tinyxml2,$(TINYXML2_VERSION))
|
||||
TINYXML2_LICENSE = zlib
|
||||
TINYXML2_LICENSE = Zlib
|
||||
TINYXML2_LICENSE_FILES = readme.md
|
||||
TINYXML2_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
TINYXML2_CONF_OPTS += -DBUILD_STATIC_LIBS=ON
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user