aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/log4cxx/log4cxx_0.10.0.bb
blob: fc78ad7daea01b5b1884c05d44c34c4cfd3a0dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Apache logging framework for C++ library"
SECTION = "libs"
DEPENDS = "apr apr-util expat gdbm"
LICENSE = "Apache License, Version 2.0"
HOMEPAGE = "http://logging.apache.org/log4cxx/"
PR = "r0"

SRC_URI = "http://archive.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz \
          file://0001-log4cxx_0-10-0_add-missing-includes.patch \
          file://0002-Remove-duplicates-from-makefile.patch"

#build this:
S = "${WORKDIR}/apache-${PN}-${PV}"

inherit autotools pkgconfig

SRC_URI[md5sum] = "b30ffb8da3665178e68940ff7a61084c"
SRC_URI[sha256sum] = "0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c"