mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libhtml-tagset-perl: Fix failing ptests
Add missing module rdep for pests, fixes
Failed ptests:
{'libhtml-tagset-perl': ['t/01-populated', 't/00-load']}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a7082b9b7c
commit
918020f7cf
|
|
@ -18,7 +18,7 @@ inherit cpan ptest-perl
|
|||
|
||||
RDEPENDS:${PN} += "perl-module-strict perl-module-vars"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "perl-module-test"
|
||||
RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"
|
||||
|
||||
do_install:prepend() {
|
||||
# requires "-T" (taint) command line option
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user