mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
6313a640ab
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>
(cherry picked from commit 583fbb4775)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
439 B
BlitzBasic
17 lines
439 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;branch=1.2 \
|
|
file://Makefile.am-disable-docs.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|