From: Alexander Kanavin Date: Mon, 6 Jun 2022 12:01:24 +0000 (+0200) Subject: perl: drop perltoc regeneration X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6409d7ab71db8df404389b88b0da7dd08a1fc208;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: drop perltoc regeneration According to the linked ticket the issue is fixed. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl_5.36.0.bb b/meta/recipes-devtools/perl/perl_5.36.0.bb index f42daa9b673..b27ac5c3da3 100644 --- a/meta/recipes-devtools/perl/perl_5.36.0.bb +++ b/meta/recipes-devtools/perl/perl_5.36.0.bb @@ -117,14 +117,6 @@ print(datetime.fromtimestamp($SOURCE_DATE_EPOCH, timezone.utc).strftime('%a %b % do_compile() { oe_runmake - # This isn't generated reliably so delete and re-generate. - # https://github.com/arsv/perl-cross/issues/86 - - if [ -e pod/perltoc.pod ]; then - bbnote Rebuilding perltoc.pod - rm -f pod/perltoc.pod - oe_runmake pod/perltoc.pod - fi } do_install() {