diff options
author | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:04:48 +0300 |
---|---|---|
committer | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:28:16 +0300 |
commit | f877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch) | |
tree | 0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /recipes-devtools/tclap | |
download | meta-fsl-ppc-daisy-enea-231026.tar.gz |
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'recipes-devtools/tclap')
-rw-r--r-- | recipes-devtools/tclap/tclap_1.2.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/tclap/tclap_1.2.1.bb b/recipes-devtools/tclap/tclap_1.2.1.bb new file mode 100644 index 0000000..aa478b5 --- /dev/null +++ b/recipes-devtools/tclap/tclap_1.2.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Templatized C++ Command Line Parser" | ||
2 | HOMEPAGE = "http://tclap.sourceforge.net/" | ||
3 | SECTION = "tclap" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" | ||
6 | |||
7 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" | ||
8 | SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap;protocal=git;branch=master" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | inherit autotools | ||
12 | |||
13 | do_install_prepend() { | ||
14 | install -d ${S}/docs/html | ||
15 | } | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||