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.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
new file mode 100644
index 0000000000..87310300e1
--- /dev/null
+++ b/meta/recipes-extended/wget/wget.inc
@@ -0,0 +1,23 @@
1SUMMARY = "Console URL download utility supporting HTTP, FTP, etc"
2HOMEPAGE = "https://www.gnu.org/software/wget/"
3SECTION = "console/network"
4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7DEPENDS = "gnutls zlib libpcre"
8DEPENDS_class-nativesdk = "nativesdk-gnutls nativesdk-zlib nativesdk-libpcre"
9
10INC_PR = "r16"
11
12inherit autotools gettext texinfo update-alternatives
13
14EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
15 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
16
17ALTERNATIVE_${PN} = "wget"
18ALTERNATIVE_${PN}_class-nativesdk = ""
19ALTERNATIVE_PRIORITY = "100"
20
21RRECOMMENDS_${PN} += "ca-certificates"
22
23BBCLASSEXTEND += "nativesdk"