diff options
author | akuster <akuster808@gmail.com> | 2020-09-01 08:22:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-02 16:00:46 +0100 |
commit | b272c9e400bdfd584f725fa72666eea291501bf4 (patch) | |
tree | 07d766053eee107bab3abc6e42f7490f1a935829 /meta/recipes-devtools/log4cplus | |
parent | fdc6ef9673c5b65e82267220ac38d60f43c213ed (diff) | |
download | poky-b272c9e400bdfd584f725fa72666eea291501bf4.tar.gz |
log4cplus: move meta-oe pkg to core
pkg need for kea
(From OE-Core rev: 4916d9dc2f290058c37830d4a68e8678f95d4c9e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/log4cplus')
-rw-r--r-- | meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb b/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.bb new file mode 100644 index 0000000000..967ac7623a --- /dev/null +++ b/meta/recipes-devtools/log4cplus/log4cplus_2.0.5.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 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" | ||
5 | |||
6 | LICENSE = "Apache-2.0 & BSD-2-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \ | ||
10 | " | ||
11 | SRC_URI[md5sum] = "71dd956bf686195127559671f1426cff" | ||
12 | SRC_URI[sha256sum] = "c07115c23219390633798def30b7b51a0f79fdeb857e4b49632f17746d0ceb97" | ||
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" | ||