| Submitter | Saul Wold |
|---|---|
| Date | Dec. 22, 2011, 7:55 a.m. |
| Message ID | <5f9851f609f503aec098778ef59c27e5f5dd9579.1324540323.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17427/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 7083569..25f36c8 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -4,11 +4,11 @@ LICENSE = "GPL" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "openssl" -INC_PR = "r12" +INC_PR = "r13" inherit autotools gettext update-alternatives -EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl" +EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl" do_install_append () { mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}