package/tinyxml2: new package
Required for upcoming kodi-pvr-dvblink package: https://github.com/kodi-pvr/pvr.dvblink/blob/master/CMakeLists.txt#L11 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0ac0a81272
commit
7e5a97eb96
@ -878,6 +878,7 @@ menu "JSON/XML"
|
||||
source "package/mxml/Config.in"
|
||||
source "package/rapidjson/Config.in"
|
||||
source "package/tinyxml/Config.in"
|
||||
source "package/tinyxml2/Config.in"
|
||||
source "package/xerces/Config.in"
|
||||
source "package/yajl/Config.in"
|
||||
source "package/yaml-cpp/Config.in"
|
||||
|
11
package/tinyxml2/Config.in
Normal file
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
|
13
package/tinyxml2/tinyxml2.mk
Normal file
13
package/tinyxml2/tinyxml2.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinyxml2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINYXML2_VERSION = 2.2.0
|
||||
TINYXML2_SITE = $(call github,leethomason,tinyxml2,$(TINYXML2_VERSION))
|
||||
TINYXML2_LICENSE = zlib
|
||||
TINYXML2_LICENSE_FILES = readme.md
|
||||
TINYXML2_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
Loading…
Reference in New Issue
Block a user