summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch4
-rw-r--r--meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb (renamed from meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb)2
-rw-r--r--meta/recipes-devtools/perl/perl_5.34.3.bb (renamed from meta/recipes-devtools/perl/perl_5.34.1.bb)2
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch b/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch
index 8c8f3b717c..0ef9b27439 100644
--- a/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch
+++ b/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch
@@ -21,8 +21,8 @@ index f4a26f5..7bc748e 100644
21 # Original versions are not saved anymore; patch generally takes care of this, 21 # Original versions are not saved anymore; patch generally takes care of this,
22 # and if that fails, reaching for the source tarball is the safest option. 22 # and if that fails, reaching for the source tarball is the safest option.
23 $(CROSSPATCHED): %.applied: %.patch 23 $(CROSSPATCHED): %.applied: %.patch
24- patch -p1 -i $< && touch $@ 24- $(cpatch) -p1 -i $< && touch $@
25+ test ! -f $@ && (patch -p1 -i $< && touch $@) || echo "$@ exist" 25+ test ! -f $@ && ($(cpatch) -p1 -i $< && touch $@) || echo "$@ exist"
26 26
27 # ---[ common ]----------------------------------------------------------------- 27 # ---[ common ]-----------------------------------------------------------------
28 28
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb b/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb
index 99a9ca1027..ac4dff33bb 100644
--- a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb
+++ b/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb
@@ -18,7 +18,7 @@ SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross
18 " 18 "
19UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" 19UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/"
20 20
21SRC_URI[perl-cross.sha256sum] = "77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335" 21SRC_URI[perl-cross.sha256sum] = "584dc54c48dca25e032b676a15bef377c1fed9de318b4fc140292a5dbf326e90"
22 22
23S = "${WORKDIR}/perl-cross-${PV}" 23S = "${WORKDIR}/perl-cross-${PV}"
24 24
diff --git a/meta/recipes-devtools/perl/perl_5.34.1.bb b/meta/recipes-devtools/perl/perl_5.34.3.bb
index db306d0be3..e8b518adc9 100644
--- a/meta/recipes-devtools/perl/perl_5.34.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.3.bb
@@ -29,7 +29,7 @@ SRC_URI:append:class-target = " \
29 file://encodefix.patch \ 29 file://encodefix.patch \
30" 30"
31 31
32SRC_URI[perl.sha256sum] = "357951a491b0ba1ce3611263922feec78ccd581dddc24a446b033e25acf242a1" 32SRC_URI[perl.sha256sum] = "5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede"
33 33
34S = "${WORKDIR}/perl-${PV}" 34S = "${WORKDIR}/perl-${PV}"
35 35