Files
openwrt_yocto/meta-openembedded/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

28 lines
1.1 KiB
BlitzBasic

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 \
file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \
"
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,,"