mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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:
parent
3e308aacb0
commit
c1735e638a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user