Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 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 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \ |
| 10 | file://0001-Remove-log4cplus-version-entry-from-ELF-.comment-sec.patch \ |
| 11 | " |
| 12 | SRC_URI[md5sum] = "2b5b7bc294698bf30a315a259ef9eec2" |
| 13 | SRC_URI[sha256sum] = "196eedbc7f2dd792dae721b1159c7ac132255bb368226353c24d4d5fa7c7797a" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | |
| 15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/" |
| 16 | UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/" |
| 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |