diff mbox series

[meta-perl,kirkstone,2/5] libunix-statgrab: fix ptests

Message ID 20251027201015.4098472-2-skandigraun@gmail.com
State New
Headers show
Series [meta-perl,kirkstone,1/5] libxml-libxml-perl: fix ptests | expand

Commit Message

Gyorgy Sarvari Oct. 27, 2025, 8:10 p.m. UTC
Add missing argument to perl in run-ptest script - one of the tests require it.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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