diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-31 17:56:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:27:06 +0100 |
commit | 815c601db68299d6263f43810f81f4977877128d (patch) | |
tree | c3e6d8ccadcd0c931a29369a0504b87edbd2a37e | |
parent | eb952de8fdfab362360e8b987c07a223e4807280 (diff) | |
download | poky-815c601db68299d6263f43810f81f4977877128d.tar.gz |
perl: update to 5.30.0
(From OE-Core rev: 281eff0f37c2d33ad15590ea0a21515f24fc0cb8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch | 21 | ||||
-rw-r--r-- | meta/recipes-devtools/perl-sanity/perl_5.30.0.bb (renamed from meta/recipes-devtools/perl-sanity/perl_5.28.2.bb) | 12 |
2 files changed, 20 insertions, 13 deletions
diff --git a/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch b/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch index e6f23eed65..3c2cecb8c1 100644 --- a/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch +++ b/meta/recipes-devtools/perl-sanity/files/perl-configpm-switch.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 7f313cac31c55cbe62a4d0cdfa8321cc05a8eb3a Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Sun, 27 May 2007 21:04:11 +0000 | ||
4 | Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE) | ||
5 | |||
1 | This patch is used for perl-native only. It enables the switching of | 6 | This patch is used for perl-native only. It enables the switching of |
2 | configuration files between Config_heavy.pl and | 7 | configuration files between Config_heavy.pl and |
3 | Config_heavy-target.pl by setting the environment variables | 8 | Config_heavy-target.pl by setting the environment variables |
@@ -10,11 +15,15 @@ values would be valid for the host only. | |||
10 | Upstream-Status: Inappropriate [native] | 15 | Upstream-Status: Inappropriate [native] |
11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 16 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
12 | 17 | ||
13 | Index: perl-5.14.2/configpm | 18 | --- |
14 | =================================================================== | 19 | configpm | 18 ++++++++++++++++-- |
15 | --- perl-5.14.2.orig/configpm | 20 | 1 file changed, 16 insertions(+), 2 deletions(-) |
16 | +++ perl-5.14.2/configpm | 21 | |
17 | @@ -658,7 +658,7 @@ sub FETCH { | 22 | diff --git a/configpm b/configpm |
23 | index 09c4a3b..6a0a680 100755 | ||
24 | --- a/configpm | ||
25 | +++ b/configpm | ||
26 | @@ -687,7 +687,7 @@ sub FETCH { | ||
18 | my($self, $key) = @_; | 27 | my($self, $key) = @_; |
19 | 28 | ||
20 | # check for cached value (which may be undef so we use exists not defined) | 29 | # check for cached value (which may be undef so we use exists not defined) |
@@ -23,7 +32,7 @@ Index: perl-5.14.2/configpm | |||
23 | } | 32 | } |
24 | 33 | ||
25 | ENDOFEND | 34 | ENDOFEND |
26 | @@ -816,7 +816,21 @@ $config_txt .= sprintf <<'ENDOFTIE', $fa | 35 | @@ -845,7 +845,21 @@ $config_txt .= sprintf <<'ENDOFTIE', $fast_config; |
27 | sub DESTROY { } | 36 | sub DESTROY { } |
28 | 37 | ||
29 | sub AUTOLOAD { | 38 | sub AUTOLOAD { |
diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.2.bb b/meta/recipes-devtools/perl-sanity/perl_5.30.0.bb index 540b9f2df3..d2e25dc256 100644 --- a/meta/recipes-devtools/perl-sanity/perl_5.28.2.bb +++ b/meta/recipes-devtools/perl-sanity/perl_5.30.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | |||
8 | 8 | ||
9 | 9 | ||
10 | SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ | 10 | SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ |
11 | https://github.com/arsv/perl-cross/releases/download/1.2.3/perl-cross-1.2.3.tar.gz;name=perl-cross \ | 11 | https://github.com/arsv/perl-cross/releases/download/1.3/perl-cross-1.3.tar.gz;name=perl-cross \ |
12 | file://perl-rdepends.txt \ | 12 | file://perl-rdepends.txt \ |
13 | file://0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch \ | 13 | file://0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch \ |
14 | file://0001-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch \ | 14 | file://0001-ExtUtils-MakeMaker-add-LDFLAGS-when-linking-binary-m.patch \ |
@@ -23,12 +23,10 @@ SRC_URI_append_class-native = " \ | |||
23 | file://perl-configpm-switch.patch \ | 23 | file://perl-configpm-switch.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[perl.md5sum] = "1323e7581fbedf3791d2843f4ccaec4b" | 26 | SRC_URI[perl.md5sum] = "9770584cdf9b5631c38097645ce33549" |
27 | SRC_URI[perl.sha256sum] = "aa95456dddb3eb1cc5475fed4e08f91876bea71fb636fba6399054dfbabed6c7" | 27 | SRC_URI[perl.sha256sum] = "851213c754d98ccff042caa40ba7a796b2cee88c5325f121be5cbb61bbf975f2" |
28 | SRC_URI[perl-cross.md5sum] = "03d9eafd71161eb5d1f80434e8b49dbc" | 28 | SRC_URI[perl-cross.md5sum] = "4dda3daf9c4fe42b3d6a5dd052852a48" |
29 | SRC_URI[perl-cross.sha256sum] = "84583a1bb5f3a2c64d13d031386c114382e5c62955c6f84a27cec8318536627c" | 29 | SRC_URI[perl-cross.sha256sum] = "49edea1ea2cd6c5c47386ca71beda8d150c748835781354dbe7f75b1df27e703" |
30 | |||
31 | PR = "r1" | ||
32 | 30 | ||
33 | S = "${WORKDIR}/perl-${PV}" | 31 | S = "${WORKDIR}/perl-${PV}" |
34 | 32 | ||