update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,11 @@
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.
http://www.grinninglizard.com/tinyxml2/index.html
comment "tinyxml2 needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747 tinyxml2-3.0.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# tinyxml2
#
################################################################################
TINYXML2_VERSION = 3.0.0
TINYXML2_SITE = $(call github,leethomason,tinyxml2,$(TINYXML2_VERSION))
TINYXML2_LICENSE = zlib
TINYXML2_LICENSE_FILES = readme.md
TINYXML2_INSTALL_STAGING = YES
$(eval $(cmake-package))