mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user