diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-24 19:57:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 17:11:35 -0700 |
| commit | b18644c713e3d71daeb75549db9fc6ade9e17580 (patch) | |
| tree | cbb13d063bc6e01c6d1d1318b0d46b787620f2ce /meta-perl/recipes-perl/libcrypt | |
| parent | 72222a8901dc96603d2b390b16298b9b1da24094 (diff) | |
| download | meta-openembedded-b18644c713e3d71daeb75549db9fc6ade9e17580.tar.gz | |
libcrypt-openssl-rsa-perl: fix ptests
Add missing dependencies.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcrypt')
| -rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb index 2e383a83e1..bcc57ffc09 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb | |||
| @@ -31,9 +31,11 @@ do_compile() { | |||
| 31 | cpan_do_compile | 31 | cpan_do_compile |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | RDEPENDS:${PN}-ptest = " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
| 35 | ${PN} \ | ||
| 36 | perl-module-file-copy \ | 35 | perl-module-file-copy \ |
| 37 | perl-module-test \ | 36 | perl-module-test \ |
| 38 | perl-module-test-more \ | 37 | perl-module-test-more \ |
| 38 | perl-module-lib \ | ||
| 39 | libcrypt-openssl-guess-perl \ | ||
| 40 | perl-module-english \ | ||
| 39 | " | 41 | " |
