mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
libdbd-sqlite-perl: fix ptests
Add missing dependencies and install missing files for testing. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
85a6e07eb9
commit
d5e2230e0e
@ -14,6 +14,7 @@ PTESTS_FAST_META_PERL = "\
|
||||
libcrypt-openssl-rsa-perl \
|
||||
libcgi-perl \
|
||||
libdata-hexdump-perl \
|
||||
libdbd-sqlite-perl \
|
||||
libdigest-hmac-perl \
|
||||
liberror-perl \
|
||||
libextutils-config-perl \
|
||||
@ -33,7 +34,6 @@ PTESTS_SLOW_META_PERL = "\
|
||||
|
||||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libconfig-autoconf-perl \
|
||||
libdbd-sqlite-perl \
|
||||
libdigest-sha1-perl \
|
||||
libfile-slurper-perl \
|
||||
libhtml-parser-perl \
|
||||
|
||||
@ -40,10 +40,17 @@ 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 += " \
|
||||
libtest-nowarnings-perl \
|
||||
perl-module-digest-md5 \
|
||||
perl-module-encode-encoding \
|
||||
perl-module-if \
|
||||
perl-module-lib \
|
||||
perl-module-encode \
|
||||
perl-module-file-spec \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user