Message ID | 20250515165010.242349-5-rajendra.desai@emerson.com |
---|---|
State | New |
Headers | show |
Series | perl-ptest: fix 5 of the ExtUtils ptests | expand |
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index e14f0d0403..df6db7def9 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc @@ -60,7 +60,7 @@ python populate_packages:prepend() { } RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed procps-ps" -RRECOMMENDS:${PN}-ptest += "gcc libxcrypt-dev g++" +RRECOMMENDS:${PN}-ptest += "gcc libxcrypt-dev g++ make" # The perl-ptest package contains Perl internal modules and generating file # dependencies for it causes problems.
The following perl ptest: cpan/ExtUtils-MakeMaker/t/02-xsdynamic is failing with below error: Failed test '"make" exited normally' at lib/MakeMaker/Test/Setup/XS.pm line 448. got: '32512' expected: '0' sh: make: not found This is mainly due to a missing make dependency which is needed by the above test. Hence, adding the package under RRECOMMENDS. Signed-off-by: Rajendra Desai <rajendra.desai@emerson.com> --- meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)