diff options
Diffstat (limited to 'meta/recipes-devtools')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl/files/0001-enc2xs-Add-environment-variable-to-suppress-comments.patch b/meta/recipes-devtools/perl/files/0001-enc2xs-Add-environment-variable-to-suppress-comments.patch index 07f153162b..3a41820f46 100644 --- a/meta/recipes-devtools/perl/files/0001-enc2xs-Add-environment-variable-to-suppress-comments.patch +++ b/meta/recipes-devtools/perl/files/0001-enc2xs-Add-environment-variable-to-suppress-comments.patch | |||
@@ -8,7 +8,7 @@ ENC2XS_NO_COMMENTS environment variable. This allows enc2xs to produce | |||
8 | reproducible output by omitting the name of the generating program. | 8 | reproducible output by omitting the name of the generating program. |
9 | 9 | ||
10 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 10 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |
11 | Upstream-status: Accepted [https://github.com/dankogai/p5-encode/pull/145] | 11 | Upstream-Status: Accepted [https://github.com/dankogai/p5-encode/pull/145] |
12 | --- | 12 | --- |
13 | cpan/Encode/bin/enc2xs | 1 + | 13 | cpan/Encode/bin/enc2xs | 1 + |
14 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
diff --git a/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch b/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch index e70ff67f72..686cc7167b 100644 --- a/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch +++ b/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch | |||
@@ -9,7 +9,7 @@ makes the file non-reproducible when building because ^X could be the | |||
9 | absolute path to miniperl. | 9 | absolute path to miniperl. |
10 | 10 | ||
11 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 11 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |
12 | Upstream-status: Submitted [https://rt.cpan.org/Public/Bug/Display.html?id=129866] | 12 | Upstream-Status: Submitted [https://rt.cpan.org/Public/Bug/Display.html?id=129866] |
13 | --- | 13 | --- |
14 | cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 2 +- | 14 | cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 2 +- |
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch b/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch index 8fcb344222..957839bf3e 100644 --- a/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch +++ b/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch | |||
@@ -3,7 +3,7 @@ From: Inada Naoki <songofacandy@gmail.com> | |||
3 | Date: Sat, 14 Jul 2018 00:46:11 +0900 | 3 | Date: Sat, 14 Jul 2018 00:46:11 +0900 |
4 | Subject: [PATCH] Use FLAG_REF always for interned strings | 4 | Subject: [PATCH] Use FLAG_REF always for interned strings |
5 | 5 | ||
6 | Upstream-status: Submitted [https://github.com/python/cpython/pull/8226] | 6 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/8226] |
7 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 7 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |
8 | --- | 8 | --- |
9 | Python/marshal.c | 9 +++++++-- | 9 | Python/marshal.c | 9 +++++++-- |