Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/tinyxml/Config.in
Normal file
11
deprecated/firmware/buildroot/package/tinyxml/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_TINYXML
|
||||
bool "tinyxml"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
TinyXML is a simple, small, C++ XML parser that can be
|
||||
easily integrating into other programs.
|
||||
|
||||
https://github.com/leethomason/tinyxml2
|
||||
|
||||
comment "tinyxml needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c tinyxml-2.6.2_2.tar.gz
|
||||
16
deprecated/firmware/buildroot/package/tinyxml/tinyxml.mk
Normal file
16
deprecated/firmware/buildroot/package/tinyxml/tinyxml.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinyxml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINYXML_VERSION = 2.6.2_2
|
||||
TINYXML_SITE = http://mirrors.xbmc.org/build-deps/sources
|
||||
# AUTORECONF is needed because the XBMC's version of TinyXML contains a
|
||||
# configure.ac which is not present in mainline.
|
||||
TINYXML_AUTORECONF = YES
|
||||
TINYXML_INSTALL_STAGING = YES
|
||||
TINYXML_LICENSE = zlib
|
||||
TINYXML_LICENSE_FILES = README
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user