From 2a43b9ce84392fbebc104c2957178ba458d0702e Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 18 Jul 2018 15:31:27 +0800 Subject: tclap: upgrade 1.2.1 -> 1.2.2 License-Update: copyright year and owner update Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 16 ---------------- meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb deleted file mode 100644 index 3eadbe45f0..0000000000 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Templatized C++ Command Line Parser" -HOMEPAGE = "http://tclap.sourceforge.net/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" - -SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" -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" diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb new file mode 100644 index 0000000000..46a9408031 --- /dev/null +++ b/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" -- cgit 1.2.3-korg