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