python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / log4cxx / log4cxx_0.9.7.bb
bloba9337d3fa667fca44b2c8899b1d71b55d0d745a3
1 DESCRIPTION = "Apache logging framework for C++ library"
2 SECTION = "libs"
3 DEPENDS = "apr apr-util expat gdbm"
4 LICENSE = "Apache License, Version 2.0"
5 HOMEPAGE = "http://logging.apache.org/log4cxx/"
6 # PV = "0.10.0"
7 PR = "r1"
9 SRC_URI = "http://archive.apache.org/dist/logging/log4cxx/log4cxx-0.9.7.tar.gz \
10 file://log4cxx097.patch"
12 #build this:
13 S = "${WORKDIR}/${PN}-${PV}"
15 inherit autotools pkgconfig
17 SRC_URI[md5sum] = "fd09abc90b8c0c8af1d5146a75590792"
18 SRC_URI[sha256sum] = "5b41b2fc267595bdb0fa4cd1152309413bc70e6d9196293113ebb82751eb7ec6"