diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.30.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb index c68ffb1376..15bc5a43fe 100644 --- a/meta/recipes-devtools/perl/perl_5.30.1.bb +++ b/meta/recipes-devtools/perl/perl_5.30.1.bb | |||
@@ -112,6 +112,14 @@ print(datetime.fromtimestamp($SOURCE_DATE_EPOCH, timezone.utc).strftime('%a %b % | |||
112 | 112 | ||
113 | do_compile() { | 113 | do_compile() { |
114 | oe_runmake | 114 | oe_runmake |
115 | # This isn't generated reliably so delete and re-generate. | ||
116 | # https://github.com/arsv/perl-cross/issues/86 | ||
117 | |||
118 | if [ -e pod/perltoc.pod ]; then | ||
119 | bbnote Rebuilding perltoc.pod | ||
120 | rm -f pod/perltoc.pod | ||
121 | oe_runmake pod/perltoc.pod | ||
122 | fi | ||
115 | } | 123 | } |
116 | 124 | ||
117 | do_install() { | 125 | do_install() { |