diff options
| -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 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb | 25 |
3 files changed, 25 insertions, 22 deletions
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm.inc b/meta-oe/recipes-extended/liblognorm/liblognorm.inc deleted file mode 100644 index 5a6cda6ca4..0000000000 --- a/meta-oe/recipes-extended/liblognorm/liblognorm.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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-or-later" | ||
| 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 deleted file mode 100644 index 5d89e3540d..0000000000 --- a/meta-oe/recipes-extended/liblognorm/liblognorm_1.0.1.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "7b9a826542af9686127110deab09d7a1" | ||
| 4 | SRC_URI[sha256sum] = "1f6cdfd901a8f6a97a3cb74bc6107c6746b3e9381f7889e4cd866a488e0c59a5" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" | ||
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb new file mode 100644 index 0000000000..f9196af92d --- /dev/null +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Liblognorm is a fast-samples based normalization library." | ||
| 2 | DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data." | ||
| 3 | HOMEPAGE = "http://www.liblognorm.com" | ||
| 4 | SECTION = "base" | ||
| 5 | |||
| 6 | LICENSE = "LGPL-2.1-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" | ||
| 8 | |||
| 9 | DEPENDS = "libfastjson libestr" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/rsyslog/liblognorm;branch=master;protocol=https" | ||
| 12 | SRCREV = "46c6ee4c8e5f827893e485a4ef1aff04ea881273" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "testbench tools" | ||
| 19 | PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2," | ||
| 20 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," | ||
| 21 | PACKAGECONFIG[advstats] = "--enable-advanced-stats,--disable-advanced-stats,," | ||
| 22 | PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx," | ||
| 23 | PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,," | ||
| 24 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,," | ||
| 25 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,," | ||
