summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb')
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb
index e8bbf79b13..8d9db19a3c 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb
@@ -40,10 +40,17 @@ do_install:append() {
40do_install_ptest() { 40do_install_ptest() {
41 cp -r ${B}/MANIFEST ${D}${PTEST_PATH} 41 cp -r ${B}/MANIFEST ${D}${PTEST_PATH}
42 chown -R root:root ${D}${PTEST_PATH} 42 chown -R root:root ${D}${PTEST_PATH}
43
44 # the t/virtual_table/11_filcontent_fulltext tests load these files directly
45 cp -r ${S}/lib ${D}${PTEST_PATH}
46 cp -r ${S}/inc ${D}${PTEST_PATH}
43} 47}
44 48
45RDEPENDS:${PN}-ptest += " \ 49RDEPENDS:${PN}-ptest += " \
46 libtest-nowarnings-perl \ 50 libtest-nowarnings-perl \
51 perl-module-digest-md5 \
52 perl-module-encode-encoding \
53 perl-module-if \
47 perl-module-lib \ 54 perl-module-lib \
48 perl-module-encode \ 55 perl-module-encode \
49 perl-module-file-spec \ 56 perl-module-file-spec \