diff options
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 3575c87da6..278706835b 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
| @@ -4,11 +4,12 @@ LICENSE = "GPLv3" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
| 6 | 6 | ||
| 7 | INC_PR = "r15" | 7 | INC_PR = "r16" |
| 8 | 8 | ||
| 9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath" | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ |
| 12 | --with-ssl=openssl --disable-rpath --disable-iri" | ||
| 12 | 13 | ||
| 13 | ALTERNATIVE_${PN} = "wget" | 14 | ALTERNATIVE_${PN} = "wget" |
| 14 | ALTERNATIVE_PRIORITY = "100" | 15 | ALTERNATIVE_PRIORITY = "100" |
