mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
perl: drop perltoc regeneration
According to the linked ticket the issue is fixed. (From OE-Core rev: 6409d7ab71db8df404389b88b0da7dd08a1fc208) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4c8f6ff82a
commit
12fe7e244e
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user