summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tclap
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: use most recent versionvan Veen, Stephan2024-12-132-54/+2
| | | | | | | Newer version of tclap integrates the changes from 0001-tclap-add-pkg-config-file.patch. Signed-off-by: Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: add pkg-config fileYi Zhao2021-03-262-0/+51
| | | | | | | | | The tclap switched from autotools to CMake in 1.4.0 and drop the pkg-config file tclap.pc. Some projects (e.g. ima-inspect) still require it. So add it back. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: upgrade 1.2.2 -> 1.4.0Randy MacLeod2021-03-183-47/+22
| | | | | | | | Project switched from autotools to CMake so drop the Makefile.am patch. The COPYING file copyright years were updated. Add description. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: fix branchChen Qi2021-01-051-1/+1
| | | | | | | Upstream has deleted the 'master' branch, so use the 1.2 branch. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: align version to tag v1.2.2Chencheng Zhang2020-12-151-1/+1
| | | | | | | | | This is to update the tclap v1.2.2 with several bug fixes. See: https://sourceforge.net/p/tclap/bugs/23/ Signed-off-by: Chencheng Zhang <chencheng@wittra.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: upgrade 1.2.1 -> 1.2.2Changqing Li2018-07-201-2/+2
| | | | | | | License-Update: copyright year and owner update Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: add ALLOW_EMPTY in bb fileYangHaibo2015-02-121-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: update SRC_URIChunrong Guo2013-09-171-1/+1
| | | | | | | *fix unfetchable SRC_URI Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: initial add 1.2.1Ting Liu2013-04-192-0/+45
TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>