From 9b62181e04e311e2a16ac890c4a934026e2cbe42 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 27 Oct 2025 21:10:12 +0100 Subject: [PATCH] libunix-statgrab: fix ptests Add missing argument to perl in run-ptest script - one of the tests require it. Signed-off-by: Gyorgy Sarvari --- meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb index 01261d547a..e533eb8c8a 100644 --- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb +++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb @@ -35,4 +35,8 @@ S = "${WORKDIR}/Unix-Statgrab-${PV}" export LD = "${CCLD}" +do_install_ptest_perl:append(){ + sed -i 's/perl -I/perl -TI/g' ${D}${PTEST_PATH}/run-ptest +} + inherit cpan pkgconfig ptest-perl