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