mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user