diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-08-27 07:55:14 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-10 22:48:36 +0200 |
commit | a506a9efc86cda9dbf36cd916dbbfb1ae2162c45 (patch) | |
tree | 3e97dcfdfad44e2270571cbc2b6254219159b51b /meta-oe/recipes-devtools | |
parent | 8ef842b8ad2ede706110afe83171876122651ec6 (diff) | |
download | meta-openembedded-a506a9efc86cda9dbf36cd916dbbfb1ae2162c45.tar.gz |
log4cplus: add recipe
log4cplus provides a simple C++ logging API for log management.
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb new file mode 100644 index 000000000..e0ae1e674 --- /dev/null +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "log4cplus provides a simple C++ logging API for log management" | ||
2 | SECTION = "libs" | ||
3 | HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" | ||
4 | BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a" | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "104bd6dd07ee71bc52ee9adca4d4d5fc" | ||
14 | SRC_URI[sha256sum] = "96905e763fc6f1e3a854c3d1964c21e877de909bdddd0aed99806c62a68be838" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||
18 | BBCLASSEXTEND += "native" | ||