diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-24 19:57:47 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 17:11:36 -0700 |
| commit | 1f83ed659c1da19bc9bacfb521ad1a542311ad15 (patch) | |
| tree | 488c4ae0566cf9b0b1430b5ea5fec9c51366b76c | |
| parent | 1c336d152b6f903ae68a88cdaa1b3008511ce79a (diff) | |
| download | meta-openembedded-1f83ed659c1da19bc9bacfb521ad1a542311ad15.tar.gz | |
libunicode-linebreak-perl: fix ptests
Add missing dependencies.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/conf/include/ptest-packagelists-meta-perl.inc | 2 | ||||
| -rw-r--r-- | meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc index 189a376f80..24968d8ca7 100644 --- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc +++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc | |||
| @@ -32,6 +32,7 @@ PTESTS_FAST_META_PERL = "\ | |||
| 32 | libtest-nowarnings-perl \ | 32 | libtest-nowarnings-perl \ |
| 33 | libtest-warn-perl \ | 33 | libtest-warn-perl \ |
| 34 | libtext-diff-perl \ | 34 | libtext-diff-perl \ |
| 35 | libunicode-linebreak-perl \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | PTESTS_SLOW_META_PERL = "\ | 38 | PTESTS_SLOW_META_PERL = "\ |
| @@ -46,7 +47,6 @@ PTESTS_PROBLEMS_META_PERL = "\ | |||
| 46 | libnet-dns-sec-perl \ | 47 | libnet-dns-sec-perl \ |
| 47 | libnet-ssleay-perl \ | 48 | libnet-ssleay-perl \ |
| 48 | libtest-harness-perl \ | 49 | libtest-harness-perl \ |
| 49 | libunicode-linebreak-perl \ | ||
| 50 | libunix-statgrab \ | 50 | libunix-statgrab \ |
| 51 | liburi-perl \ | 51 | liburi-perl \ |
| 52 | libxml-libxml-perl \ | 52 | libxml-libxml-perl \ |
diff --git a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb index 6b552d9502..4560c28e5e 100644 --- a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb +++ b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | |||
| @@ -40,6 +40,7 @@ RDEPENDS:${PN} += " \ | |||
| 40 | " | 40 | " |
| 41 | 41 | ||
| 42 | RDEPENDS:${PN}-ptest += " \ | 42 | RDEPENDS:${PN}-ptest += " \ |
| 43 | perl-module-encode-encoding \ | ||
| 43 | perl-module-findbin \ | 44 | perl-module-findbin \ |
| 44 | perl-module-lib \ | 45 | perl-module-lib \ |
| 45 | perl-module-strict \ | 46 | perl-module-strict \ |
