diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-27 10:53:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-29 23:07:13 +0000 |
commit | 188362f75c16076c9037be048aa8f92f94b9e006 (patch) | |
tree | f6d46f9b2899996b6560f03b757929a3157cb1ad | |
parent | 87c2d498422098b468d68af729940f5ecd366920 (diff) | |
download | poky-188362f75c16076c9037be048aa8f92f94b9e006.tar.gz |
perl-cross: submit patches upstream
(From OE-Core rev: 43f56eab9ef80a7d6d988d85af653ea68c9b3d62)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch b/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch index 3b0fc453e5..386ea3f27f 100644 --- a/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch +++ b/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch | |||
@@ -4,7 +4,7 @@ Date: Wed, 2 Jan 2019 17:55:35 +0100 | |||
4 | Subject: [PATCH] configure_path.sh: do not hardcode $prefix/lib as library | 4 | Subject: [PATCH] configure_path.sh: do not hardcode $prefix/lib as library |
5 | path | 5 | path |
6 | 6 | ||
7 | Upstream-Status: Pending | 7 | Upstream-Status: Submitted [https://github.com/arsv/perl-cross/pull/123] |
8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
9 | 9 | ||
10 | --- | 10 | --- |
diff --git a/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch b/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch index 0aaeaa29eb..1d90b0fda7 100644 --- a/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch +++ b/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH] configure_tool.sh: do not quote the argument to 'command' | |||
5 | 5 | ||
6 | As it seems to break things if the argument has spaces and arguments in it. | 6 | As it seems to break things if the argument has spaces and arguments in it. |
7 | 7 | ||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Backport [443f7bd08b19e71a2e838dcb6cde176998cd350f] |
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
10 | --- | 10 | --- |
11 | cnf/configure_tool.sh | 2 +- | 11 | cnf/configure_tool.sh | 2 +- |
diff --git a/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch b/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch index e7985036a0..6c3f08c432 100644 --- a/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch +++ b/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch | |||
@@ -3,7 +3,7 @@ From: Alexander Kanavin <alex.kanavin@gmail.com> | |||
3 | Date: Tue, 27 Nov 2018 15:37:40 +0100 | 3 | Date: Tue, 27 Nov 2018 15:37:40 +0100 |
4 | Subject: [PATCH] perl-cross: add LDFLAGS when linking libperl | 4 | Subject: [PATCH] perl-cross: add LDFLAGS when linking libperl |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Submitted [https://github.com/arsv/perl-cross/pull/122] |
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
8 | --- | 8 | --- |
9 | Makefile | 2 +- | 9 | Makefile | 2 +- |