mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
log4cplus: update to 2.0.5
Update log4cplus library to 2019-12-23 released version containing (relevant for *nix) * Modernized CMake build. * Fix issue with std::va_list value reuse. * Fix parsing of include in configuration when included file path contains =. (Patch by Peter Pei) * Change of default behaviour: Instantiate thread pool with only 4 threads Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "log4cplus provides a simple C++ logging API for log management"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
|
||||
BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
|
||||
|
||||
LICENSE = "Apache-2.0 & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "71dd956bf686195127559671f1426cff"
|
||||
SRC_URI[sha256sum] = "c07115c23219390633798def30b7b51a0f79fdeb857e4b49632f17746d0ceb97"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
|
||||
UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user