mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libdbd-sqlite-perl: fix ptests
Install missing files. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
753b55487e
commit
f528a1d67c
@ -40,6 +40,9 @@ do_install:append() {
|
||||
do_install_ptest() {
|
||||
cp -r ${B}/MANIFEST ${D}${PTEST_PATH}
|
||||
chown -R root:root ${D}${PTEST_PATH}
|
||||
# the t/virtual_table/11_filcontent_fulltext tests load these files directly
|
||||
cp -r ${S}/lib ${D}${PTEST_PATH}
|
||||
cp -r ${S}/inc ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user