mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmodule-build-tiny-perl: fix ptests
Add missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
79e1e2a1e9
commit
83cf087892
|
|
@ -24,6 +24,7 @@ PTESTS_FAST_META_PERL = "\
|
|||
libhtml-tagset-perl \
|
||||
libmime-base32-perl \
|
||||
libmime-types-perl \
|
||||
libmodule-build-tiny-perl \
|
||||
libmozilla-ca-perl \
|
||||
libnet-dns-perl \
|
||||
libnet-dns-sec-perl \
|
||||
|
|
@ -48,7 +49,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libconfig-autoconf-perl \
|
||||
libhtml-parser-perl \
|
||||
libmodule-build-tiny-perl \
|
||||
libunix-statgrab \
|
||||
libxml-libxml-perl \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ RDEPENDS:${PN} += " \
|
|||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
cpan-requirements-dynamic \
|
||||
packagegroup-core-buildessential \
|
||||
perl-dev \
|
||||
perl-module-blib \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user