From 6d9b2cd317e178c70af2610ad3de9d05c6eaf4a3 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 27 Dec 2018 00:38:49 -0800 Subject: perl: Fix race issue for cpan/Pod-Simple Fixed: Running pm_to_blib for cpan/Pod-Simple directly [snip] /path/to/cpan/podlators/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man Can't locate Getopt/Long.pm in @INC [snip] Signed-off-by: Robert Yang --- meta/recipes-devtools/perl/perl_5.24.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/perl/perl_5.24.4.bb') diff --git a/meta/recipes-devtools/perl/perl_5.24.4.bb b/meta/recipes-devtools/perl/perl_5.24.4.bb index a644970192..7b1ae7fec9 100644 --- a/meta/recipes-devtools/perl/perl_5.24.4.bb +++ b/meta/recipes-devtools/perl/perl_5.24.4.bb @@ -65,6 +65,7 @@ SRC_URI += " \ file://perl-5.26.1-guard_old_libcrypt_fix.patch \ file://CVE-2018-12015.patch \ file://0001-ExtUtils-MM_Unix.pm-fix-race-issues.patch \ + file://0001-Makefile.SH-Pod-Simple-requires-Getopt-Long.patch \ " # Fix test case issues -- cgit 1.2.3-korg