mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
libauthen-sasl-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:
parent
66ed465cc1
commit
f0c505b075
@ -7,6 +7,7 @@
|
||||
#
|
||||
# ptests which take less than ~30s each
|
||||
PTESTS_FAST_META_PERL = "\
|
||||
libauthen-sasl-perl \
|
||||
libcapture-tiny-perl \
|
||||
libcrypt-openssl-random-perl \
|
||||
libdigest-hmac-perl \
|
||||
@ -27,7 +28,6 @@ PTESTS_SLOW_META_PERL = "\
|
||||
"
|
||||
|
||||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libauthen-sasl-perl \
|
||||
libcgi-perl \
|
||||
libconfig-autoconf-perl \
|
||||
libcrypt-openssl-guess-perl \
|
||||
|
||||
@ -26,4 +26,9 @@ do_install_ptest () {
|
||||
cp -r ${B}/t ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "perl-module-test-more \
|
||||
perl-module-findbin \
|
||||
perl-module-test2-api-breakage \
|
||||
perl-module-tie-handle"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user