diff options
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index a778bca614..642d502a50 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -3,15 +3,16 @@ HOMEPAGE = "https://www.gnu.org/software/wget/" | |||
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | DEPENDS = "openssl zlib libpcre" | 6 | DEPENDS = "gnutls zlib libpcre" |
7 | 7 | ||
8 | INC_PR = "r16" | 8 | INC_PR = "r16" |
9 | 9 | ||
10 | inherit autotools gettext texinfo update-alternatives | 10 | inherit autotools gettext texinfo update-alternatives |
11 | 11 | ||
12 | EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ | 12 | EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ |
13 | --with-ssl=openssl --disable-rpath --disable-iri \ | ||
14 | ac_cv_header_uuid_uuid_h=no" | 13 | ac_cv_header_uuid_uuid_h=no" |
15 | 14 | ||
16 | ALTERNATIVE_${PN} = "wget" | 15 | ALTERNATIVE_${PN} = "wget" |
17 | ALTERNATIVE_PRIORITY = "100" | 16 | ALTERNATIVE_PRIORITY = "100" |
17 | |||
18 | RRECOMMENDS_${PN} += "ca-certificates" | ||