summaryrefslogtreecommitdiffstats
path: root/package/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: bump version to 1.8.14Bartosz Golaszewski2018-11-174-90/+2
| | | | | | | Patches are now upstream - remove both. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* doxygen: fix a build issueBartosz Golaszewski2017-07-021-0/+58
| | | | | | | | | | | Add a patch fixing a build issue in doxygen. This patch is currently under review for upstream inclusion[1]. [1] https://github.com/doxygen/doxygen/pull/574 Fixes: http://autobuild.buildroot.net/results/f55/f55a04e32c83620661d0542e89eb2dba9433e476/ Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/doxygen: add upstream patch fixing segfaultRomain Naour2017-06-051-0/+30
| | | | | | | | | | Backport an upstream patch fixing a segfault in xmlgen [1]. [1] https://github.com/doxygen/doxygen/pull/555 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/doxygen: bump version to 1.8.13, switch to cmakeBernd Kuhls2017-06-052-18/+3
| | | | | | | | | | | | | | Doxygen switched to cmake with release 1.8.10: http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_10 and added support for flex 2.6.0 with release 1.8.11: http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_11 Fixes http://autobuild.buildroot.net/results/ba1/ba1444709523c59393aaaa3710e9933bafacc6b5/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* doxygen: add explicit dependencies for host variantJulien Floret2016-07-031-1/+1
| | | | | Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: Remove trailing slash from all package site URLsLuca Ceresoli2015-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The recommended form is without the trailing slash, and will become mandatory in a coming commit. This avoids the need for the $$($(2)_SITE:/=) magic in package/pkg-generic.mk to avoid double slashes in download URLs, like "https://mosh.mit.edu//mosh-1.2.5.tar.gz". ^^ Note: this work has already been done in b0b9606530dfc6de4030 a few months ago and earlier in c7f4b964718bc5a3329b and 4a9eb20de817fa64, but no check has been added at that time to avoid new slashes to slip in, and so they did. This time a patch will follow immediately to prevent future mistakes from being unnoticed. Mass-replaced with the following command: git grep -l '_SITE.*/$' | xargs sed -i '/_SITE.*=/s|/$||' Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* doxygen: new packageBartosz Golaszewski2015-04-122-0/+31
Host package only. [Thomas: - add missing dependencies on host-flex and host-bison - add $(HOST_MAKE_ENV) to the configure, build and install steps, to make sure that the doxygen build system can find flex and bison.] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud