summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc2
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb7
2 files changed, 8 insertions, 1 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index f4f2116569..ce62e92c2b 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -14,6 +14,7 @@ PTESTS_FAST_META_PERL = "\
14 libcrypt-openssl-rsa-perl \ 14 libcrypt-openssl-rsa-perl \
15 libcgi-perl \ 15 libcgi-perl \
16 libdata-hexdump-perl \ 16 libdata-hexdump-perl \
17 libdbd-sqlite-perl \
17 libdigest-hmac-perl \ 18 libdigest-hmac-perl \
18 liberror-perl \ 19 liberror-perl \
19 libextutils-config-perl \ 20 libextutils-config-perl \
@@ -33,7 +34,6 @@ PTESTS_SLOW_META_PERL = "\
33 34
34PTESTS_PROBLEMS_META_PERL = "\ 35PTESTS_PROBLEMS_META_PERL = "\
35 libconfig-autoconf-perl \ 36 libconfig-autoconf-perl \
36 libdbd-sqlite-perl \
37 libdigest-sha1-perl \ 37 libdigest-sha1-perl \
38 libfile-slurper-perl \ 38 libfile-slurper-perl \
39 libhtml-parser-perl \ 39 libhtml-parser-perl \
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 \