wget: 1.17 -> 1.17.1

* Remove fix_makefile.patch, it is already in the source.

(From OE-Core rev: f2a4a5e7e237fd0a3ab13a16f2674c41e1a3c853)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2016-01-07 01:25:54 -08:00 committed by Richard Purdie
parent 79886e90a2
commit fe47dd7bf5
3 changed files with 8 additions and 27 deletions

View File

@ -1,18 +0,0 @@
Upstream-Status: Pending
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Index: wget-1.12/configure.ac
===================================================================
--- wget-1.12.orig/configure.ac 2009-09-22 09:39:49.000000000 -0700
+++ wget-1.12/configure.ac 2011-10-19 20:32:53.714812160 -0700
@@ -177,7 +177,7 @@
dnl Gettext
dnl
AM_GNU_GETTEXT([external],[need-ngettext])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
AC_PROG_RANLIB

View File

@ -0,0 +1,8 @@
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
"
SRC_URI[md5sum] = "a6a908c9ae0e6a4194c628974cc3f05a"
SRC_URI[sha256sum] = "029fbb93bdc1c0c5a7507b6076a6ec2f8d34204a85aa87e5b2f61a9405b290f5"
require wget.inc

View File

@ -1,9 +0,0 @@
SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
file://fix_makefile.patch \
file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
"
SRC_URI[md5sum] = "c4c4727766f24ac716936275014a0536"
SRC_URI[sha256sum] = "3e04ad027c5b6ebd67c616eec13e66fbedb3d4d8cbe19cc29dadde44b92bda55"
require wget.inc