diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-03-02 12:12:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | a5974098faf678ddddcb7aa7f2554ff961417bce (patch) | |
tree | ab2ffa9170a75b244dcb7105084b034022c8638b /meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb | |
parent | cef6db96d93305b528ac1d912f0035d0659b6ff3 (diff) | |
download | poky-a5974098faf678ddddcb7aa7f2554ff961417bce.tar.gz |
log4cplus: upgrade 2.0.5 -> 2.0.6
(From OE-Core rev: 386ea5ad5a78fce87fad4677575ad26f9cc09e30)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb')
-rw-r--r-- | meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb b/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb deleted file mode 100644 index a4c202f076..0000000000 --- a/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "log4cplus provides a simple C++ logging API for log management" | ||
2 | SECTION = "libs" | ||
3 | HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" | ||
4 | DESCRIPTION = "log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API." | ||
5 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" | ||
6 | |||
7 | LICENSE = "Apache-2.0 & BSD-2-Clause" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b" | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "71dd956bf686195127559671f1426cff" | ||
13 | SRC_URI[sha256sum] = "c07115c23219390633798def30b7b51a0f79fdeb857e4b49632f17746d0ceb97" | ||
14 | |||
15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" | ||
16 | UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/" | ||
17 | |||
18 | inherit autotools pkgconfig | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||