diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-07-16 13:27:04 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:50 +0200 |
commit | 900dc63fb8dd28cd441ddc687761dc8650233840 (patch) | |
tree | 69e1fa5590857a48b8296f60e927e5dc952301ee /meta-oe/recipes-extended/liblognorm | |
parent | a6d7ba92645a112af358efd94ff3aa0c74985a51 (diff) | |
download | meta-openembedded-900dc63fb8dd28cd441ddc687761dc8650233840.tar.gz |
liblognorm: add recipe
liblognorm is a tool to normalize log data.
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/liblognorm')
-rw-r--r-- | meta-oe/recipes-extended/liblognorm/liblognorm.inc | 17 | ||||
-rw-r--r-- | meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb | 5 |
2 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm.inc b/meta-oe/recipes-extended/liblognorm/liblognorm.inc new file mode 100644 index 0000000000..dc8abb91f1 --- /dev/null +++ b/meta-oe/recipes-extended/liblognorm/liblognorm.inc | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Fast samples-based log normalization library" | ||
2 | DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data." | ||
3 | |||
4 | HOMEPAGE = "http://www.liblognorm.com" | ||
5 | SECTION = "base" | ||
6 | |||
7 | LICENSE = "LGPL-2.1+" | ||
8 | |||
9 | SRC_URI = "http://www.liblognorm.com/files/download/${BPN}-${PV}.tar.gz\ | ||
10 | " | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | DEPENDS += "libee libestr json-c" | ||
15 | |||
16 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," | ||
17 | PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx," | ||
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb new file mode 100644 index 0000000000..5d89e3540d --- /dev/null +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "7b9a826542af9686127110deab09d7a1" | ||
4 | SRC_URI[sha256sum] = "1f6cdfd901a8f6a97a3cb74bc6107c6746b3e9381f7889e4cd866a488e0c59a5" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" | ||