From: Yi Zhao <yi.zhao@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 6/9] wget: upgrade 1.19.5 -> 1.20.1
Date: Wed, 9 Jan 2019 15:19:40 +0800 [thread overview]
Message-ID: <1547018383-19134-7-git-send-email-yi.zhao@windriver.com> (raw)
In-Reply-To: <1547018383-19134-1-git-send-email-yi.zhao@windriver.com>
Drop 0001-Unset-need_charset_alias-when-building-for-musl.patch as it
had been fixed upstream.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
...need_charset_alias-when-building-for-musl.patch | 30 ----------------------
meta/recipes-extended/wget/wget_1.19.5.bb | 9 -------
meta/recipes-extended/wget/wget_1.20.1.bb | 8 ++++++
3 files changed, 8 insertions(+), 39 deletions(-)
delete mode 100644 meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
delete mode 100644 meta/recipes-extended/wget/wget_1.19.5.bb
create mode 100644 meta/recipes-extended/wget/wget_1.20.1.bb
diff --git a/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
deleted file mode 100644
index 0b3c6f5..0000000
--- a/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From b9565dc2fe0c4f7daaec91b7e83bc7313dee2f4a Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Mon, 13 Apr 2015 17:02:13 -0700
-Subject: [PATCH] Unset need_charset_alias when building for musl
-
-localcharset uses ac_cv_gnu_library_2_1 from glibc21.m4
-which actually shoudl be fixed in gnulib and then all downstream
-projects will get it eventually. For now we apply the fix to
-coreutils
-
-Upstream-Status: Pending
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- lib/gnulib.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: wget-1.16.3/lib/Makefile.am
-===================================================================
---- wget-1.16.3.orig/lib/Makefile.am
-+++ wget-1.16.3/lib/Makefile.am
-@@ -846,7 +846,7 @@ install-exec-localcharset: all-local
- case '$(host_os)' in \
- darwin[56]*) \
- need_charset_alias=true ;; \
-- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
-+ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \
- need_charset_alias=false ;; \
- *) \
- need_charset_alias=true ;; \
diff --git a/meta/recipes-extended/wget/wget_1.19.5.bb b/meta/recipes-extended/wget/wget_1.19.5.bb
deleted file mode 100644
index e37d8c7..0000000
--- a/meta/recipes-extended/wget/wget_1.19.5.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
- file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
- file://0002-improve-reproducibility.patch \
- "
-
-SRC_URI[md5sum] = "2db6f03d655041f82eb64b8c8a1fa7da"
-SRC_URI[sha256sum] = "b39212abe1a73f2b28f4c6cb223c738559caac91d6e416a6d91d4b9d55c9faee"
-
-require wget.inc
diff --git a/meta/recipes-extended/wget/wget_1.20.1.bb b/meta/recipes-extended/wget/wget_1.20.1.bb
new file mode 100644
index 0000000..d176bd0
--- /dev/null
+++ b/meta/recipes-extended/wget/wget_1.20.1.bb
@@ -0,0 +1,8 @@
+SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
+ file://0002-improve-reproducibility.patch \
+ "
+
+SRC_URI[md5sum] = "f6ebe9c7b375fc9832fb1b2028271fb7"
+SRC_URI[sha256sum] = "b783b390cb571c837b392857945f5a1f00ec6b043177cc42abb8ee1b542ee1b3"
+
+require wget.inc
--
2.7.4
next prev parent reply other threads:[~2019-01-09 7:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-09 7:19 [PATCH 0/9] Packages upgrade Yi Zhao
2019-01-09 7:19 ` [PATCH 1/9] libcheck: update HOMEPAGE Yi Zhao
2019-01-09 7:19 ` [PATCH 2/9] ltp: " Yi Zhao
2019-01-09 7:19 ` [PATCH 3/9] file: upgrade 5.34 -> 5.35 Yi Zhao
2019-01-09 7:19 ` [PATCH 4/9] libcap: upgrade 2.25 -> 2.26 Yi Zhao
2019-01-09 7:19 ` [PATCH 5/9] libsdl2: upgrade 2.0.8 -> 2.0.9 Yi Zhao
2019-01-09 7:19 ` Yi Zhao [this message]
2019-01-09 7:19 ` [PATCH 7/9] gnu-efi: upgrade 3.0.8 -> 3.0.9 Yi Zhao
2019-01-09 7:19 ` [PATCH 8/9] logrotate: upgrade 3.14.0 -> 3.15.0 Yi Zhao
2019-01-09 7:19 ` [PATCH 9/9] json-glib: upgrade 1.4.2 -> 1.4.4 Yi Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1547018383-19134-7-git-send-email-yi.zhao@windriver.com \
--to=yi.zhao@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox