]> code.ossystems Code Review - openembedded-core.git/commit
perl: fix startperl configuration option for perl-native
authorPaulo Cesar Zaneti <paulo.zaneti@gmail.com>
Mon, 19 Apr 2021 13:55:55 +0000 (10:55 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Apr 2021 09:12:12 +0000 (10:12 +0100)
commitf2d1523b19cb066a4a06609f036822fe4a8b43f0
treed2a00dcf831ffc708d4c8da820e2bbf389c7fbb1
parentca72375a3bbebcb9a7af4dce3c06716ac2c0f5fc
perl: fix startperl configuration option for perl-native

Unlike vanilla Perl "Configure" script, perl-cross "configure" does not
derive "startperl" from "bin". It instead derives from "perlpath".

This patch aims to fix "startperl" configuration option for perl-native by
correctly setting "perlpath" on perl-cross "configure" script.

It also changes do_install_append_class-native task to comply with
cpan_do_install task.

Signed-off-by: Paulo Cesar Zaneti <paulo.zaneti@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl_5.32.1.bb