From 4d7c8cf83434ca6c547c0414496e9933dbfcc96a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:18 +0800 Subject: log4cplus: upgrade 2.1.1 -> 2.1.2 Changelog: =========== - Implement 'LOG4CPLUS_ASSERT_FMT()' - formats assertion message using C-style format string. - Implement 'LOG4CPLUS_ASSERT_FORMAT()' - formats assertion message using C++20 '' header facilities. - New configuration property: 'log4cplus.threadPoolBlockOnFull'. When this property is 'true' (default), threads will block when internal thread pool queue is full. - Warn about full internal thread pool queue when dropping events due to 'log4cplus.threadPoolBlockOnFull' being 'false'. (From OE-Core rev: e3b87a2ebeed3e3943d912c3118698a6ef6f0723) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb | 19 ------------------- meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb create mode 100644 meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb b/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb deleted file mode 100644 index be3c787ab2..0000000000 --- a/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "log4cplus provides a simple C++ logging API for log management" -SECTION = "libs" -HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" -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." -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[sha256sum] = "42dc435928917fd2f847046c4a0c6086b2af23664d198c7fc1b982c0bfe600c1" - -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" -UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P\d+(\.\d+)+)/" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb b/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb new file mode 100644 index 0000000000..9a3c31e887 --- /dev/null +++ b/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "log4cplus provides a simple C++ logging API for log management" +SECTION = "libs" +HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" +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." +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[sha256sum] = "e2673815ea34886f29b2213fff19cc1a6707a7e65099927a19ea49b4eb018822" + +UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" +UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P\d+(\.\d+)+)/" + +inherit autotools pkgconfig + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf