summaryrefslogtreecommitdiffstats
path: root/package/gengetopt
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gengetopt: add patch to fix compilation warnings in generated codeThomas De Schampheleire2017-02-041-0/+65
| | | | | | | | | | | | | | | | | getgetopt generates code that causes compilation warnings in current versions of gcc. If gengetopt is used for programs that set -Werror during compilation, these compilation warnings become real problems. Unfortunately, the gengetopt project seems dead for several years now. Last release dates back to 2012. There is an open bug for this problem [1], with a proposed patch, but no response from the maintainers. Apply the patch from the bug report to fix the problem. [1] http://savannah.gnu.org/bugs/?40243 Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove trailing slash from all package site URLsLuca Ceresoli2015-03-101-1/+1
| | | | | | | | | The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gengetopt: new packageGregory Dymarek2015-01-012-0/+17
Add a host only package, which will be needed for janus-gateway. [Thomas: - Improve commit log. - Remove target variant of the package, not needed as we don't do development on the target. - Remove Config.in.host option for the package, there is not really a need to select it from menuconfig, it's merely a build dependency for another package. - Fix format of hash file. - Fix format of comment header in .mk file. - Use BR2_GNU_MIRROR. - License is GPLv3+, not GPLv3. - Add 'LICENSE' to the license files, as it indicates that the license is GPLv3+. - Add an explanation about $(MAKE1) being used.] Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud