diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-12-01 15:05:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-01 08:45:52 -0800 |
| commit | c1735e638af0de53e00c8403532a4463e4b3a110 (patch) | |
| tree | 39be12c581d53053e0ae14b0350ffe425ab5d5fa | |
| parent | 3e308aacb03631eb1ed27baad7fc28f21075e3a4 (diff) | |
| download | meta-openembedded-c1735e638af0de53e00c8403532a4463e4b3a110.tar.gz | |
syslog-ng: switch to libpcre2
The syslog-ng used pcre2 instead of pcre since 2023 [1]
[1] https://github.com/syslog-ng/syslog-ng/commit/cb6de08dc9078644d48ca536b5660e406b1a50d6
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb index cfc376ded1..3d8570122b 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | |||
| @@ -13,7 +13,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only" | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=924958cefc9f7de3e0b818832b8a1cec" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=924958cefc9f7de3e0b818832b8a1cec" |
| 14 | 14 | ||
| 15 | # util-linux added to get libuuid | 15 | # util-linux added to get libuuid |
| 16 | DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native curl json-c" | 16 | DEPENDS = "libpcre2 flex glib-2.0 openssl util-linux bison-native curl json-c" |
| 17 | 17 | ||
| 18 | SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \ | 18 | SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \ |
| 19 | file://syslog-ng.conf.systemd \ | 19 | file://syslog-ng.conf.systemd \ |
