diff options
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 91400cc69e..7083569959 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
| @@ -2,13 +2,13 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." | |||
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 5 | DEPENDS = "openssl" | ||
| 5 | 6 | ||
| 6 | INC_PR = "r11" | 7 | INC_PR = "r12" |
| 7 | 8 | ||
| 8 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
| 9 | 10 | ||
| 10 | # Disable checking for SSL since that searches the system paths | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl" |
| 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --without-ssl" | ||
| 12 | 12 | ||
| 13 | do_install_append () { | 13 | do_install_append () { |
| 14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} | 14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} |
