mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
libdigest-sha1-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
d5e2230e0e
commit
61553f8931
@ -16,6 +16,7 @@ PTESTS_FAST_META_PERL = "\
|
||||
libdata-hexdump-perl \
|
||||
libdbd-sqlite-perl \
|
||||
libdigest-hmac-perl \
|
||||
libdigest-sha1-perl \
|
||||
liberror-perl \
|
||||
libextutils-config-perl \
|
||||
libextutils-installpaths-perl \
|
||||
@ -34,7 +35,6 @@ PTESTS_SLOW_META_PERL = "\
|
||||
|
||||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libconfig-autoconf-perl \
|
||||
libdigest-sha1-perl \
|
||||
libfile-slurper-perl \
|
||||
libhtml-parser-perl \
|
||||
libmime-types-perl \
|
||||
|
||||
@ -19,6 +19,7 @@ do_install_ptest () {
|
||||
cp -r ${B}/t ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "perl-module-dynaloader perl-module-exporter perl-module-test"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user