diff options
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb b/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb new file mode 100644 index 000000000..46a940803 --- /dev/null +++ b/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "Templatized C++ Command Line Parser" +HOMEPAGE = "http://tclap.sourceforge.net/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" + +SRCREV = "75f440bcac1276c847f5351e14216f6e91def44d" +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" |