diff options
| -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 0000000000..e0ae1e6742 --- /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" | ||
