mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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 \
|
libhtml-tagset-perl \
|
||||||
libmime-base32-perl \
|
libmime-base32-perl \
|
||||||
libmime-types-perl \
|
libmime-types-perl \
|
||||||
|
libmodule-build-tiny-perl \
|
||||||
libmozilla-ca-perl \
|
libmozilla-ca-perl \
|
||||||
libnet-dns-perl \
|
libnet-dns-perl \
|
||||||
libnet-dns-sec-perl \
|
libnet-dns-sec-perl \
|
||||||
@ -48,7 +49,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||||||
PTESTS_PROBLEMS_META_PERL = "\
|
PTESTS_PROBLEMS_META_PERL = "\
|
||||||
libconfig-autoconf-perl \
|
libconfig-autoconf-perl \
|
||||||
libhtml-parser-perl \
|
libhtml-parser-perl \
|
||||||
libmodule-build-tiny-perl \
|
|
||||||
libunix-statgrab \
|
libunix-statgrab \
|
||||||
libxml-libxml-perl \
|
libxml-libxml-perl \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -61,6 +61,7 @@ RDEPENDS:${PN} += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
|
cpan-requirements-dynamic \
|
||||||
packagegroup-core-buildessential \
|
packagegroup-core-buildessential \
|
||||||
perl-dev \
|
perl-dev \
|
||||||
perl-module-blib \
|
perl-module-blib \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user