summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl-sanity/perl_5.28.1.bb')
-rw-r--r--meta/recipes-devtools/perl-sanity/perl_5.28.1.bb14
1 files changed, 5 insertions, 9 deletions
diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
index a2ec264100..dc6689738d 100644
--- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
+++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
8 8
9 9
10SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ 10SRC_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.1/perl-cross-1.2.1.tar.gz;name=perl-cross \ 11 https://github.com/arsv/perl-cross/releases/download/1.2.2/perl-cross-1.2.2.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 \
@@ -19,17 +19,14 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
19 file://0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch \ 19 file://0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch \
20 file://perl-dynloader.patch \ 20 file://perl-dynloader.patch \
21 file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \ 21 file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \
22 file://fix-race-failures.patch \
23 file://fix-race-failures-2.patch \
24 file://0001-Also-build-dynaloader-separately-as-race-failures-ha.patch \
25 file://0001-Make-sure-install.perl-runs-before-install.man.patch \
26 file://0001-Makefile-Make-install.perl-depend-on-install.sym.patch \
27 " 22 "
28 23
29SRC_URI[perl.md5sum] = "838198c43d4f39d7af797e2f59c2bee5" 24SRC_URI[perl.md5sum] = "838198c43d4f39d7af797e2f59c2bee5"
30SRC_URI[perl.sha256sum] = "3ebf85fe65df2ee165b22596540b7d5d42f84d4b72d84834f74e2e0b8956c347" 25SRC_URI[perl.sha256sum] = "3ebf85fe65df2ee165b22596540b7d5d42f84d4b72d84834f74e2e0b8956c347"
31SRC_URI[perl-cross.md5sum] = "c5cdc8b7ebc449ee57fe18fc1ac60c80" 26SRC_URI[perl-cross.md5sum] = "9a6c05497bdde9a3106e3be9246f4da1"
32SRC_URI[perl-cross.sha256sum] = "8b706bc688ddf71b62d649bde72f648669f18b37fe0c54ec6201142ca3943498" 27SRC_URI[perl-cross.sha256sum] = "e6987838f27d8cd3368ea68fc56a68cc52371505950927b8b7c5cb76e3a94caa"
28
29PR = "r1"
33 30
34S = "${WORKDIR}/perl-${PV}" 31S = "${WORKDIR}/perl-${PV}"
35 32
@@ -127,7 +124,6 @@ do_install_append_class-native () {
127 # path location) works and that in the nativesdk case, the SDK can be 124 # path location) works and that in the nativesdk case, the SDK can be
128 # installed to a different location from the one it was built for. 125 # installed to a different location from the one it was built for.
129 create_wrapper ${D}${bindir}/perl-native/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl5/site_perl/${PV}:${STAGING_LIBDIR}/perl5/vendor_perl/${PV}:${STAGING_LIBDIR}/perl5/${PV}' 126 create_wrapper ${D}${bindir}/perl-native/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl5/site_perl/${PV}:${STAGING_LIBDIR}/perl5/vendor_perl/${PV}:${STAGING_LIBDIR}/perl5/${PV}'
130 create_wrapper ${D}${bindir}/perl-native/perl${PV} PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl5/site_perl/${PV}:${STAGING_LIBDIR}/perl5/vendor_perl/${PV}:${STAGING_LIBDIR}/perl5/${PV}'
131 127
132 # Use /usr/bin/env nativeperl for the perl script. 128 # Use /usr/bin/env nativeperl for the perl script.
133 for f in `grep -Il '#! *${bindir}/perl' ${D}/${bindir}/*`; do 129 for f in `grep -Il '#! *${bindir}/perl' ${D}/${bindir}/*`; do