mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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 '<format>' 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 <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e8c1a9342a
commit
4d7c8cf834
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "42dc435928917fd2f847046c4a0c6086b2af23664d198c7fc1b982c0bfe600c1"
|
||||
SRC_URI[sha256sum] = "e2673815ea34886f29b2213fff19cc1a6707a7e65099927a19ea49b4eb018822"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
|
||||
UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
|
||||
Loading…
x
Reference in New Issue
Block a user