[oe-commits] Saul Wold : wget: enable https and openssl

git at git.openembedded.org git at git.openembedded.org
Thu Dec 8 15:28:13 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 852c4b8dcc99aa93e45680c0e42917d7dd202d55
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=852c4b8dcc99aa93e45680c0e42917d7dd202d55

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Dec  6 18:10:10 2011 -0800

wget: enable https and openssl

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 91400cc..7083569 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."
 SECTION = "console/network"
 LICENSE = "GPL"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+DEPENDS = "openssl"
 
-INC_PR = "r11"
+INC_PR = "r12"
 
 inherit autotools gettext update-alternatives
 
-# Disable checking for SSL since that searches the system paths
-EXTRA_OECONF = "--with-libc --enable-ipv6 --without-ssl"
+EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl"
 
 do_install_append () {
 	mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}





More information about the Openembedded-commits mailing list