diff options
Diffstat (limited to 'meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb')
-rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb new file mode 100644 index 0000000000..c6f9404d6e --- /dev/null +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
5 | |||
6 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ | ||
7 | file://fix-pc.patch;striplevel=2 \ | ||
8 | " | ||
9 | SRC_URI[md5sum] = "b9e2cee932da987212f2c74b767b4d8b" | ||
10 | SRC_URI[sha256sum] = "2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d" | ||
11 | |||
12 | S = "${WORKDIR}/${BPN}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | EXTRA_OECONF = "\ | ||
17 | --enable-doxygen=no \ | ||
18 | --enable-dot=no \ | ||
19 | --enable-html-docs=no \ | ||
20 | --enable-latex-docs=no \ | ||
21 | " | ||