mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libdata-hexdump-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
b18644c713
commit
85a6e07eb9
|
|
@ -13,6 +13,7 @@ PTESTS_FAST_META_PERL = "\
|
|||
libcrypt-openssl-random-perl \
|
||||
libcrypt-openssl-rsa-perl \
|
||||
libcgi-perl \
|
||||
libdata-hexdump-perl \
|
||||
libdigest-hmac-perl \
|
||||
liberror-perl \
|
||||
libextutils-config-perl \
|
||||
|
|
@ -32,7 +33,6 @@ PTESTS_SLOW_META_PERL = "\
|
|||
|
||||
PTESTS_PROBLEMS_META_PERL = "\
|
||||
libconfig-autoconf-perl \
|
||||
libdata-hexdump-perl \
|
||||
libdbd-sqlite-perl \
|
||||
libdigest-sha1-perl \
|
||||
libfile-slurper-perl \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ do_install_ptest () {
|
|||
install -m 0755 ${B}/t/* ${D}${PTEST_PATH}/t
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "perl-module-exporter perl-module-carp perl-module-filehandle"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
ALTERNATIVES_PRIORITY = "100"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user