diff options
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc deleted file mode 100644 index 13cf879067..0000000000 --- a/meta/recipes-extended/wget/wget.inc +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" | ||
| 2 | DESCRIPTION = "Wget is a network utility to retrieve files from the web using \ | ||
| 3 | HTTP(S) and FTP, the two most widely used internet protocols. It works \ | ||
| 4 | non-interactively, so it will work in the background, after having logged off. \ | ||
| 5 | The program supports recursive retrieval of web-authoring pages as well as \ | ||
| 6 | FTP sites" | ||
| 7 | HOMEPAGE = "https://www.gnu.org/software/wget/" | ||
| 8 | SECTION = "console/network" | ||
| 9 | LICENSE = "GPL-3.0-only" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f65012d1daf98cb09b386cfb68df26b" | ||
| 11 | |||
| 12 | inherit autotools gettext texinfo update-alternatives pkgconfig | ||
| 13 | |||
| 14 | DEPENDS += "autoconf-archive-native" | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ | ||
| 17 | --disable-rpath" | ||
| 18 | |||
| 19 | EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ | ||
| 20 | DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' | ||
| 21 | |||
| 22 | ALTERNATIVE:${PN} = "wget" | ||
| 23 | ALTERNATIVE:${PN}:class-nativesdk = "" | ||
| 24 | ALTERNATIVE_PRIORITY = "100" | ||
| 25 | |||
| 26 | RRECOMMENDS:${PN} += "ca-certificates" | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "nativesdk" | ||
| 29 | |||
| 30 | PACKAGECONFIG ??= "gnutls pcre2 zlib \ | ||
| 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 32 | PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares" | ||
| 33 | PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" | ||
| 34 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 35 | PACKAGECONFIG[iri] = "--enable-iri,--disable-iri,libidn2" | ||
| 36 | PACKAGECONFIG[libpsl] = "--with-libpsl,--without-libpsl,libpsl" | ||
| 37 | PACKAGECONFIG[libuuid] = "--with-libuuid,--without-libuuid,util-linux" | ||
| 38 | PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl" | ||
| 39 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | ||
| 40 | PACKAGECONFIG[pcre2] = "--enable-pcre2,--disable-pcre2,libpcre2" | ||
| 41 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | ||
