mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 11:19:00 +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}"
|
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
|
inherit cpan ptest-perl
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user