mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
log4cplus: add recipe
log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8ef842b8ad
commit
a506a9efc8
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "log4cplus provides a simple C++ logging API for log management"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
|
||||
BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "104bd6dd07ee71bc52ee9adca4d4d5fc"
|
||||
SRC_URI[sha256sum] = "96905e763fc6f1e3a854c3d1964c21e877de909bdddd0aed99806c62a68be838"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
Reference in New Issue
Block a user