diff options
Diffstat (limited to 'meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb')
-rw-r--r-- | meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
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[sha256sum] = "e2673815ea34886f29b2213fff19cc1a6707a7e65099927a19ea49b4eb018822" | ||
13 | |||
14 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" | ||
15 | UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||