summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
new file mode 100644
index 000000000..dba4fa07a
--- /dev/null
+++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
2HOMEPAGE = "http://sourceforge.net/projects/log4cpp/"
3PRIORITY = "optional"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
6
7SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe"
8SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0"
9
10SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz"
11
12S="${WORKDIR}/${BPN}"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF = "\
17 --enable-doxygen=no \
18 --enable-dot=no \
19 --enable-html-docs=no \
20 --enable-latex-docs=no \
21 LDFLAGS=-lpthread \
22"