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