| Message ID | 20251027201015.4098472-2-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-perl,kirkstone,1/5] libxml-libxml-perl: fix ptests | expand |
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
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(+)