mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
log4cplus: upgrade 2.1.0 -> 2.1.1
Changelog: =========== -Add missing source files to MSVC project files. -Resolve environment variables in include directive in configuration file. (From OE-Core rev: 067023cd723a9056c5c15a37d20e3b12d4b2cf02) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 33d49b14609d9b92a7c23d79f1bdfca79a5d8197) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
6ac257ef3a
commit
5adf1eaeac
@@ -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] = "42dc435928917fd2f847046c4a0c6086b2af23664d198c7fc1b982c0bfe600c1"
|
||||
|
||||
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