mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:13:00 +00:00
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>
This commit is contained in:
parent
a6d7ba9264
commit
900dc63fb8
17
meta-oe/recipes-extended/liblognorm/liblognorm.inc
Normal file
17
meta-oe/recipes-extended/liblognorm/liblognorm.inc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
SUMMARY = "Fast samples-based log normalization library"
|
||||||
|
DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data."
|
||||||
|
|
||||||
|
HOMEPAGE = "http://www.liblognorm.com"
|
||||||
|
SECTION = "base"
|
||||||
|
|
||||||
|
LICENSE = "LGPL-2.1+"
|
||||||
|
|
||||||
|
SRC_URI = "http://www.liblognorm.com/files/download/${BPN}-${PV}.tar.gz\
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
DEPENDS += "libee libestr json-c"
|
||||||
|
|
||||||
|
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
|
||||||
|
PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx,"
|
||||||
5
meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb
Normal file
5
meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
require ${BPN}.inc
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "7b9a826542af9686127110deab09d7a1"
|
||||||
|
SRC_URI[sha256sum] = "1f6cdfd901a8f6a97a3cb74bc6107c6746b3e9381f7889e4cd866a488e0c59a5"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad"
|
||||||
Loading…
x
Reference in New Issue
Block a user