mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
21 lines
860 B
BlitzBasic
21 lines
860 B
BlitzBasic
SUMMARY = "Templatized C++ Command Line Parser"
|
|
HOMEPAGE = "http://tclap.sourceforge.net/"
|
|
DESCRIPTION = "TCLAP is a small, flexible library that provides a simple interface \
|
|
for defining and accessing command line arguments. It was intially inspired by the \
|
|
user friendly CLAP libary. The difference is that this library is templatized, so \
|
|
the argument class is type independent. Type independence avoids identical-except-for-type \
|
|
objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly \
|
|
compliant with the GNU or POSIX standards, it is close. \
|
|
"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd"
|
|
|
|
SRCREV = "81b3d2a0c47895c22e9bb8c577f5ab521f76e5d2"
|
|
SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4"
|
|
|
|
inherit cmake
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|