mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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:
@@ -7,6 +7,7 @@
|
|||||||
#
|
#
|
||||||
# ptests which take less than ~30s each
|
# ptests which take less than ~30s each
|
||||||
PTESTS_FAST_META_PERL = "\
|
PTESTS_FAST_META_PERL = "\
|
||||||
|
libauthen-sasl-perl \
|
||||||
libcapture-tiny-perl \
|
libcapture-tiny-perl \
|
||||||
libcrypt-openssl-random-perl \
|
libcrypt-openssl-random-perl \
|
||||||
libdigest-hmac-perl \
|
libdigest-hmac-perl \
|
||||||
@@ -27,7 +28,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
PTESTS_PROBLEMS_META_PERL = "\
|
PTESTS_PROBLEMS_META_PERL = "\
|
||||||
libauthen-sasl-perl \
|
|
||||||
libcgi-perl \
|
libcgi-perl \
|
||||||
libconfig-autoconf-perl \
|
libconfig-autoconf-perl \
|
||||||
libcrypt-openssl-guess-perl \
|
libcrypt-openssl-guess-perl \
|
||||||
|
|||||||
@@ -26,4 +26,9 @@ do_install_ptest () {
|
|||||||
cp -r ${B}/t ${D}${PTEST_PATH}
|
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"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user