update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/tinyxml2/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/tinyxml2/Config.in
Normal 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
|
||||
2
bsp/buildroot-2017.02.11/package/tinyxml2/tinyxml2.hash
Normal file
2
bsp/buildroot-2017.02.11/package/tinyxml2/tinyxml2.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747 tinyxml2-3.0.0.tar.gz
|
||||
13
bsp/buildroot-2017.02.11/package/tinyxml2/tinyxml2.mk
Normal file
13
bsp/buildroot-2017.02.11/package/tinyxml2/tinyxml2.mk
Normal 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))
|
||||
Reference in New Issue
Block a user