blob: bba8d5c2151a3ce364d8dc3db8d5df41f76f121f [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Templatized C++ Command Line Parser"
2HOMEPAGE = "http://tclap.sourceforge.net/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed"
5
Andrew Geissler72956ed2021-01-08 16:11:14 -06006SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479"
7SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.2 \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008 file://Makefile.am-disable-docs.patch \
9"
10
11S = "${WORKDIR}/git"
12inherit autotools
13
14ALLOW_EMPTY_${PN} = "1"
15
16BBCLASSEXTEND = "native nativesdk"