nginx: switch to libpcre2

NGINX 1.22 and later supports PCRE2 [1]

[1] c6fec0b027

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:24 +08:00
committed by Khem Raj
parent 9ec1605567
commit 3e308aacb0

View File

@@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause"
SECTION = "net"
DEPENDS = "libpcre zlib"
DEPENDS = "libpcre2 zlib"
SRC_URI = " \
http://nginx.org/download/nginx-${PV}.tar.gz \