syslog-ng: switch to libpcre2

The syslog-ng used pcre2 instead of pcre since 2023 [1]

[1] cb6de08dc9

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia 2025-12-01 15:05:25 +08:00 committed by Khem Raj
parent 3e308aacb0
commit c1735e638a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -13,7 +13,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=924958cefc9f7de3e0b818832b8a1cec"
# util-linux added to get libuuid
DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native curl json-c"
DEPENDS = "libpcre2 flex glib-2.0 openssl util-linux bison-native curl json-c"
SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \
file://syslog-ng.conf.systemd \