mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user