mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user