mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:09:28 +00:00
libfile-slurper-perl: fix ptests
Install missing test file. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user