diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-20 16:32:31 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-21 08:14:04 +0200 |
commit | 9d85ff7259d0352c5ed84dc56f8a29119fdedafe (patch) | |
tree | 5d03f4fe8bb1253d7574339a7f5e2891045818c3 /recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch | |
parent | c20f86c7737f336bebb1800091712765f038d77e (diff) | |
download | meta-java-9d85ff7259d0352c5ed84dc56f8a29119fdedafe.tar.gz |
openjdk-8: fix malformed patches
git am complains:
Warning: commit message did not conform to UTF-8.
You may want to amend it after fixing the message, or set the config
variable i18n.commitencoding to the encoding your project uses.
Not sure what happened there when they were applied to git, they
certainly weren't sent like that to the mailing list.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch b/recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch index 1874f87..06cdcaf 100644 --- a/recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch +++ b/recipes-core/openjdk/patches-openjdk-8/musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | From 2ba0f3fae90f2d2c310663e4b39e90f969116241 Mon Sep 17 00:00:00 2001 | 1 | From 2ba0f3fae90f2d2c310663e4b39e90f969116241 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik at jci.com <https://lists.yoctoproject.org/listinfo/yocto>> | 2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <andre.draszik@jci.com> |
3 | Date: Tue, 27 Feb 2018 15:59:09 +0000 | 3 | Date: Tue, 27 Feb 2018 15:59:09 +0000 |
4 | Subject: [PATCH 2/9] jdk: give a much bigger buffer to getmntent_r() | 4 | Subject: [PATCH 2/9] jdk: give a much bigger buffer to getmntent_r() |
5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
@@ -9,7 +9,7 @@ Content-Transfer-Encoding: 8bit | |||
9 | https://bugs.alpinelinux.org/issues/7093 | 9 | https://bugs.alpinelinux.org/issues/7093 |
10 | 10 | ||
11 | Upstream-Status: Inappropriate [musl specific] | 11 | Upstream-Status: Inappropriate [musl specific] |
12 | Signed-off-by: André Draszik <andre.draszik at jci.com <https://lists.yoctoproject.org/listinfo/yocto>> | 12 | Signed-off-by: André Draszik <andre.draszik@jci.com> |
13 | --- | 13 | --- |
14 | .../native/sun/nio/fs/LinuxNativeDispatcher.c | 29 +++++++++++++++------- | 14 | .../native/sun/nio/fs/LinuxNativeDispatcher.c | 29 +++++++++++++++------- |
15 | 1 file changed, 20 insertions(+), 9 deletions(-) | 15 | 1 file changed, 20 insertions(+), 9 deletions(-) |