mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
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>
17 lines
428 B
BlitzBasic
17 lines
428 B
BlitzBasic
SUMMARY = "Templatized C++ Command Line Parser"
|
|
HOMEPAGE = "http://tclap.sourceforge.net/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed"
|
|
|
|
SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479"
|
|
SRC_URI = "git://git.code.sf.net/p/tclap/code \
|
|
file://Makefile.am-disable-docs.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|