mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
log4cpp: Add new recipe
Built for armv7a basad machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5fbe2ac4e8
commit
a0a0b98a6b
@@ -0,0 +1,22 @@
|
|||||||
|
DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
|
||||||
|
HOMEPAGE = "http://sourceforge.net/projects/log4cpp/"
|
||||||
|
PRIORITY = "optional"
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe"
|
||||||
|
SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0"
|
||||||
|
|
||||||
|
SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF = "\
|
||||||
|
--enable-doxygen=no \
|
||||||
|
--enable-dot=no \
|
||||||
|
--enable-html-docs=no \
|
||||||
|
--enable-latex-docs=no \
|
||||||
|
LDFLAGS=-lpthread \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user