mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
liblognorm: upgrade 1.0.1 -> 2.0.6
Changelog: https://github.com/rsyslog/liblognorm/blob/46c6ee4c8e5f827893e485a4ef1aff04ea881273/ChangeLog Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
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-or-later"
|
||||
|
||||
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,"
|
||||
@@ -1,5 +0,0 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
SRC_URI[md5sum] = "7b9a826542af9686127110deab09d7a1"
|
||||
SRC_URI[sha256sum] = "1f6cdfd901a8f6a97a3cb74bc6107c6746b3e9381f7889e4cd866a488e0c59a5"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad"
|
||||
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "Liblognorm is a fast-samples based normalization library."
|
||||
DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data."
|
||||
HOMEPAGE = "http://www.liblognorm.com"
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad"
|
||||
|
||||
DEPENDS = "libfastjson libestr"
|
||||
|
||||
SRC_URI = "git://github.com/rsyslog/liblognorm;branch=master;protocol=https"
|
||||
SRCREV = "46c6ee4c8e5f827893e485a4ef1aff04ea881273"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= "testbench tools"
|
||||
PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2,"
|
||||
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
|
||||
PACKAGECONFIG[advstats] = "--enable-advanced-stats,--disable-advanced-stats,,"
|
||||
PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx,"
|
||||
PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,,"
|
||||
PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,,"
|
||||
PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,,"
|
||||
Reference in New Issue
Block a user