mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 06:28:28 +00:00
libdbi-perl: fix ptests
Add missing runtime dependencies for the ptest package. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
d5f1ba9300
commit
b5f2f4dbbd
@ -40,8 +40,7 @@ RDEPENDS:${PN}:class-target = " \
|
|||||||
perl-module-universal \
|
perl-module-universal \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest = " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PN} \
|
|
||||||
perl-module-b \
|
perl-module-b \
|
||||||
perl-module-benchmark \
|
perl-module-benchmark \
|
||||||
perl-module-cwd \
|
perl-module-cwd \
|
||||||
@ -53,11 +52,14 @@ RDEPENDS:${PN}-ptest = " \
|
|||||||
perl-module-file-path \
|
perl-module-file-path \
|
||||||
perl-module-lib \
|
perl-module-lib \
|
||||||
perl-module-perlio \
|
perl-module-perlio \
|
||||||
|
perl-module-perlio-encoding \
|
||||||
perl-module-perlio-scalar \
|
perl-module-perlio-scalar \
|
||||||
perl-module-perlio-via \
|
perl-module-perlio-via \
|
||||||
perl-module-sdbm-file \
|
perl-module-sdbm-file \
|
||||||
perl-module-storable \
|
perl-module-storable \
|
||||||
perl-module-test-more \
|
perl-module-test-more \
|
||||||
|
perl-module-test2-ipc-driver \
|
||||||
|
perl-module-threads \
|
||||||
perl-module-utf8 \
|
perl-module-utf8 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user