diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 151aeabcdc..13cf879067 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
| @@ -27,7 +27,7 @@ RRECOMMENDS:${PN} += "ca-certificates" | |||
| 27 | 27 | ||
| 28 | BBCLASSEXTEND = "nativesdk" | 28 | BBCLASSEXTEND = "nativesdk" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= "gnutls pcre zlib \ | 30 | PACKAGECONFIG ??= "gnutls pcre2 zlib \ |
| 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 32 | PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares" | 32 | PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares" |
| 33 | PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" | 33 | PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" |
| @@ -37,4 +37,5 @@ PACKAGECONFIG[libpsl] = "--with-libpsl,--without-libpsl,libpsl" | |||
| 37 | PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux" | 37 | PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux" |
| 38 | PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl" | 38 | PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl" |
| 39 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | 39 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
| 40 | PACKAGECONFIG[pcre2] = "--enable-pcre2,--disable-pcre2,libpcre2" | ||
| 40 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | 41 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" |
