Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | " |