mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
wget: use libpcre2
libpcre is obsolete and unmaintained, as wget supports libpcre2 now we should use that instead. (From OE-Core rev: c287a6c6365c9e30beebebeb5cd936d3c22829db) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bcf2a29314
commit
f071446102
@@ -27,7 +27,7 @@ RRECOMMENDS:${PN} += "ca-certificates"
|
|||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "gnutls pcre zlib \
|
PACKAGECONFIG ??= "gnutls pcre2 zlib \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||||
PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares"
|
PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares"
|
||||||
PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls"
|
PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls"
|
||||||
@@ -37,4 +37,5 @@ PACKAGECONFIG[libpsl] = "--with-libpsl,--without-libpsl,libpsl"
|
|||||||
PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux"
|
PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux"
|
||||||
PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl"
|
PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl"
|
||||||
PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
|
PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
|
||||||
|
PACKAGECONFIG[pcre2] = "--enable-pcre2,--disable-pcre2,libpcre2"
|
||||||
PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
||||||
|
|||||||
Reference in New Issue
Block a user