mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
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>
This commit is contained in:
@@ -11,6 +11,7 @@ PTESTS_FAST_META_PERL = "\
|
|||||||
libcapture-tiny-perl \
|
libcapture-tiny-perl \
|
||||||
libcrypt-openssl-guess-perl \
|
libcrypt-openssl-guess-perl \
|
||||||
libcrypt-openssl-random-perl \
|
libcrypt-openssl-random-perl \
|
||||||
|
libcrypt-openssl-rsa-perl \
|
||||||
libcgi-perl \
|
libcgi-perl \
|
||||||
libdigest-hmac-perl \
|
libdigest-hmac-perl \
|
||||||
liberror-perl \
|
liberror-perl \
|
||||||
@@ -31,7 +32,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||||||
|
|
||||||
PTESTS_PROBLEMS_META_PERL = "\
|
PTESTS_PROBLEMS_META_PERL = "\
|
||||||
libconfig-autoconf-perl \
|
libconfig-autoconf-perl \
|
||||||
libcrypt-openssl-rsa-perl \
|
|
||||||
libdata-hexdump-perl \
|
libdata-hexdump-perl \
|
||||||
libdbd-sqlite-perl \
|
libdbd-sqlite-perl \
|
||||||
libdigest-sha1-perl \
|
libdigest-sha1-perl \
|
||||||
|
|||||||
@@ -31,9 +31,11 @@ do_compile() {
|
|||||||
cpan_do_compile
|
cpan_do_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest = " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PN} \
|
|
||||||
perl-module-file-copy \
|
perl-module-file-copy \
|
||||||
perl-module-test \
|
perl-module-test \
|
||||||
perl-module-test-more \
|
perl-module-test-more \
|
||||||
|
perl-module-lib \
|
||||||
|
libcrypt-openssl-guess-perl \
|
||||||
|
perl-module-english \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user