From f528a1d67caf88a1ca0aa46983c05180d80e4803 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 29 Oct 2025 16:55:21 +0100 Subject: [PATCH] libdbd-sqlite-perl: fix ptests Install missing files. Signed-off-by: Gyorgy Sarvari --- meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb index c7baeab6be..48ef7fe400 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb @@ -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 += " \