Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Templatized C++ Command Line Parser" |
| 2 | HOMEPAGE = "http://tclap.sourceforge.net/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" |
| 5 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 6 | SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479" |
| 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.2 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | file://Makefile.am-disable-docs.patch \ |
| 9 | " |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | inherit autotools |
| 13 | |
| 14 | ALLOW_EMPTY_${PN} = "1" |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |