summaryrefslogtreecommitdiffstats
path: root/package/tinyxml2
Commit message (Collapse)AuthorAgeFilesLines
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-2/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tinyxml2: fix build in static libs configurationRahul Bedarkar2017-05-041-0/+4
| | | | | | | | | | | | | | | | | | | tinyxml2 can build both static and shared libraries. By default, only shared library is built. Shared/static builds are controlled using separate cmake flags BUILD_SHARED_LIBS and BUILD_STATIC_LIBS. In static libs configuration, we internally pass -DBUILD_SHARED_LIBS=OFF cmake flag to build system which disables both shared and static builds of library, resulting in failures while linking executable with library. So pass -DBUILD_STATIC_LIBS=ON cmake flag in case of static libs configuration. fixes: http://autobuild.buildroot.net/results/d30/d301bcbe5db26068b35eaa94bd816ae8cf8ef2e1 Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tinyxml2: bump version to 4.0.1Bernd Kuhls2017-04-302-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: use SPDX short identifier for zlib licenseRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for zlib license is Zlib. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/zlib( )?(license)?/Zlib/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tinyxml2: bump version to 3.0.0Maxime Hadjinlian2016-07-034-105/+2
| | | | | | | | | | | | Remove patches as they were applied upstream: 0001-Use-BUILD_SHARED_LIBS-cmake-standard.patch https://github.com/leethomason/tinyxml2/commit/c8ec6fcab4eb501cc5bd328c19dcbd4b30722d52 0002-Rename-test-fixed-cmake-warning.patch https://github.com/leethomason/tinyxml2/commit/0b2c22bd46be95b08f234b8b4cb262f72ab3f0e8 Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
* tinyxml2: add .hash filePeter Korsgaard2016-06-151-0/+2
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/ae6/ae648f40e0f51628000b2d2297759c5fdf1b4d16/ http://autobuild.buildroot.org/results/799/79923f099bf0f2e88ccbb7fc2d3d92a85c167057/ Similar to jquery-keyboard, it seems the tinyxml2 tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to out s.b.o mirror. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tinyxml2: fix line-endings of patchesThomas Petazzoni2015-05-162-62/+62
| | | | | | | | | This commit fixes the line endings of the tinyxml2 patches added in commits 22f5be171c6f9bb2611e7b87197e9faeabcaab18 and 0fa452df185545d3781b3015195bee9431496b5d. Thanks to Romain Naour for providing the correct version of the patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tinyxml2: fix cmake warningRomain Naour2015-05-161-0/+38
| | | | | | | | | | | | CMake complains about Policy CMP0037 that reserve some target name such "test". So remove the warning by renaming test to xmltest. Backport an upstream patch: 0b2c22bd46be95b08f234b8b4cb262f72ab3f0e8 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tinyxml2: Use BUILD_SHARED_LIBS cmake standardRomain Naour2015-05-161-0/+65
| | | | | | | | | | | Backport an upstream patch to fix the static build: c8ec6fcab4eb501cc5bd328c19dcbd4b30722d52 Fixes: http://autobuild.buildroot.net/results/e56/e568d81030087f66f8ac4ccd4f496b550930cbae/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tinyxml2: new packageBernd Kuhls2015-04-212-0/+24
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>
OpenPOWER on IntegriCloud