On Tue, 2026-06-16 at 21:49 +0200, Peter Marko via lists.openembedded.org wrote: > From: Peter Marko <[email protected]> > > libpcre is obsolete project replaced by libpcre2. > Also libpcre2 is the current default packageconfig option. > > Signed-off-by: Peter Marko <[email protected]> > --- > meta/recipes-extended/wget/wget_1.25.0.bb | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta/recipes-extended/wget/wget_1.25.0.bb > b/meta/recipes-extended/wget/wget_1.25.0.bb > index f0d3458462..28e27396a4 100644 > --- a/meta/recipes-extended/wget/wget_1.25.0.bb > +++ b/meta/recipes-extended/wget/wget_1.25.0.bb > @@ -34,7 +34,6 @@ PACKAGECONFIG[iri] = "--enable-iri,--disable-iri,libidn2" > PACKAGECONFIG[libpsl] = "--with-libpsl,--without-libpsl,libpsl" > PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux" > PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl" > -PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" > PACKAGECONFIG[pcre2] = "--enable-pcre2,--disable-pcre2,libpcre2" > PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
Either this should be left, or it should be turned into a --disable- pcre in EXTRA_OECONF. Removing it entirely risks determinism issues, even if it is unlikely in this specific case due to pcre2. Thanks for spotting the removal though! Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238980): https://lists.openembedded.org/g/openembedded-core/message/238980 Mute This Topic: https://lists.openembedded.org/mt/119839708/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
