mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
libfile-slurper-perl: fix ptests
Install missing test file. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user