diff options
author | Chencheng Zhang <chencheng@wittra.se> | 2020-12-15 15:16:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-15 15:25:17 -0800 |
commit | f03ad4971ed0b7cf34550a90ee3c0fa18f964533 (patch) | |
tree | 92225e91ada3a043d14c78dd93ae929beda790cf /meta-oe/recipes-devtools/tclap | |
parent | 566fe41c1c918cb98402fa9dca8f2386719ee94e (diff) | |
download | meta-openembedded-f03ad4971ed0b7cf34550a90ee3c0fa18f964533.tar.gz |
tclap: align version to tag v1.2.2
This is to update the tclap v1.2.2 with several bug fixes.
See:
https://sourceforge.net/p/tclap/bugs/23/
Signed-off-by: Chencheng Zhang <chencheng@wittra.se>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/tclap')
-rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb index 46a940803..47ab2fd7b 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tclap.sourceforge.net/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" |
5 | 5 | ||
6 | SRCREV = "75f440bcac1276c847f5351e14216f6e91def44d" | 6 | SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479" |
7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ | 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ |
8 | file://Makefile.am-disable-docs.patch \ | 8 | file://Makefile.am-disable-docs.patch \ |
9 | " | 9 | " |