summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn/libidn2
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-06-04 17:04:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 23:09:25 +0100
commit9d36aaacd47c7c88e31724c6dac3ab86edc47d41 (patch)
tree8bccf8444182594881bef8bb9b3284edd0ecbb6f /meta/recipes-extended/libidn/libidn2
parent6a0d6ca080c62032b081eb9bd299441700bbe237 (diff)
downloadpoky-9d36aaacd47c7c88e31724c6dac3ab86edc47d41.tar.gz
libidn2: upgrade to 2.2.0
The unistring patch isn't needed anymore (the relevant lines are entirely removed). License checksums updated because of a typo fix, and an added author name. (From OE-Core rev: 73fe3f7108e1d194961440f63afa73d5f7a0b983) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libidn/libidn2')
-rw-r--r--meta/recipes-extended/libidn/libidn2/Unset-need_charset_alias-when-building-for-musl.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-extended/libidn/libidn2/Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-extended/libidn/libidn2/Unset-need_charset_alias-when-building-for-musl.patch
deleted file mode 100644
index ace50bbfde..0000000000
--- a/meta/recipes-extended/libidn/libidn2/Unset-need_charset_alias-when-building-for-musl.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Unset need_charset_alias when building for musl
2
3localcharset uses ac_cv_gnu_library_2_1 from glibc21.m4
4which actually shoudl be fixed in gnulib and then all downstream
5projects will get it eventually. For now we apply the fix to
6coreutils
7
8Upstream-Status: Pending
9
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11Index: libidn2-2.0.5/unistring/Makefile.am
12===================================================================
13--- libidn2-2.0.5.orig/unistring/Makefile.am
14+++ libidn2-2.0.5/unistring/Makefile.am
15@@ -293,7 +293,7 @@ install-exec-localcharset: all-local
16 case '$(host_os)' in \
17 darwin[56]*) \
18 need_charset_alias=true ;; \
19- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
20+ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \
21 need_charset_alias=false ;; \
22 *) \
23 need_charset_alias=true ;; \