diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-19 00:27:03 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-19 07:45:40 -0800 |
| commit | 918020f7cf1e2aa8d310365cd93fbc5260df70bc (patch) | |
| tree | b3cdf64d2ec74bb87a3b7bea13f605f8d94cdd80 | |
| parent | a7082b9b7c6392a435a92969128be5285b7c7b53 (diff) | |
| download | meta-openembedded-918020f7cf1e2aa8d310365cd93fbc5260df70bc.tar.gz | |
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>
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb index 802fe050da..f7e394fbab 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb | |||
| @@ -18,7 +18,7 @@ inherit cpan ptest-perl | |||
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} += "perl-module-strict perl-module-vars" | 19 | RDEPENDS:${PN} += "perl-module-strict perl-module-vars" |
| 20 | 20 | ||
| 21 | RDEPENDS:${PN}-ptest += "perl-module-test" | 21 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |
| 22 | 22 | ||
| 23 | do_install:prepend() { | 23 | do_install:prepend() { |
| 24 | # requires "-T" (taint) command line option | 24 | # requires "-T" (taint) command line option |
