mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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 \
|
libcrypt-openssl-rsa-perl \
|
||||||
libcgi-perl \
|
libcgi-perl \
|
||||||
libdata-hexdump-perl \
|
libdata-hexdump-perl \
|
||||||
|
libdbd-sqlite-perl \
|
||||||
libdigest-hmac-perl \
|
libdigest-hmac-perl \
|
||||||
liberror-perl \
|
liberror-perl \
|
||||||
libextutils-config-perl \
|
libextutils-config-perl \
|
||||||
@ -33,7 +34,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||||||
|
|
||||||
PTESTS_PROBLEMS_META_PERL = "\
|
PTESTS_PROBLEMS_META_PERL = "\
|
||||||
libconfig-autoconf-perl \
|
libconfig-autoconf-perl \
|
||||||
libdbd-sqlite-perl \
|
|
||||||
libdigest-sha1-perl \
|
libdigest-sha1-perl \
|
||||||
libfile-slurper-perl \
|
libfile-slurper-perl \
|
||||||
libhtml-parser-perl \
|
libhtml-parser-perl \
|
||||||
|
|||||||
@ -40,10 +40,17 @@ 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 += " \
|
||||||
libtest-nowarnings-perl \
|
libtest-nowarnings-perl \
|
||||||
|
perl-module-digest-md5 \
|
||||||
|
perl-module-encode-encoding \
|
||||||
|
perl-module-if \
|
||||||
perl-module-lib \
|
perl-module-lib \
|
||||||
perl-module-encode \
|
perl-module-encode \
|
||||||
perl-module-file-spec \
|
perl-module-file-spec \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user