diff mbox series

[4/5] perl-ptest: include make as a recommended package

Message ID 20250515165010.242349-5-rajendra.desai@emerson.com
State New
Headers show
Series perl-ptest: fix 5 of the ExtUtils ptests | expand

Commit Message

Rajendra Desai May 15, 2025, 4:50 p.m. UTC
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(-)
diff mbox series

Patch

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.