mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
libdbd-sqlite-perl: fix ptests
Install missing files. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -40,6 +40,9 @@ do_install:append() {
|
|||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
cp -r ${B}/MANIFEST ${D}${PTEST_PATH}
|
cp -r ${B}/MANIFEST ${D}${PTEST_PATH}
|
||||||
chown -R root:root ${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 += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user