mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 04:47:02 +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} += "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() {
|
do_install:prepend() {
|
||||||
# requires "-T" (taint) command line option
|
# requires "-T" (taint) command line option
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user