libfile-slurper-perl: fix ptests

Install missing test file.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-10-29 16:55:22 +01:00
parent f528a1d67c
commit f3deb0dc0a
@@ -30,6 +30,11 @@ RDEPENDS:${PN}-ptest += "libtest-warnings-perl \
S = "${WORKDIR}/File-Slurper-${PV}"
do_install_ptest:append(){
install -d ${D}${PTEST_PATH}/lib
touch ${D}${PTEST_PATH}/lib/File
}
inherit cpan ptest-perl
BBCLASSEXTEND = "native"