mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:23:14 +00:00
libunix-statgrab: fix ptests
Add missing argument to perl in run-ptest script - one of the tests require it. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
39c4a8d1f5
commit
9b62181e04
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user