summaryrefslogtreecommitdiffstats
path: root/meta-perl/conf/include
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-24 19:57:42 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-24 17:11:35 -0700
commit87c16bd907e22c5a2ba22dfe6991f3d61f159208 (patch)
treef5e716832f57996a96e594aa2ef53612c1c0a589 /meta-perl/conf/include
parent61553f89311ad54661098d436b6b125d5314e134 (diff)
downloadmeta-openembedded-87c16bd907e22c5a2ba22dfe6991f3d61f159208.tar.gz
libfile-slurper-perl: fix ptests
Add missing dependencies, and install lib/File in ptest folder, because it is considered as test data, accessed by the tests. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/conf/include')
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index 751a22c708..e099910775 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -20,6 +20,7 @@ PTESTS_FAST_META_PERL = "\
20 liberror-perl \ 20 liberror-perl \
21 libextutils-config-perl \ 21 libextutils-config-perl \
22 libextutils-installpaths-perl \ 22 libextutils-installpaths-perl \
23 libfile-slurper-perl \
23 libhtml-tagset-perl \ 24 libhtml-tagset-perl \
24 libmozilla-ca-perl \ 25 libmozilla-ca-perl \
25 libnet-ldap-perl \ 26 libnet-ldap-perl \
@@ -35,7 +36,6 @@ PTESTS_SLOW_META_PERL = "\
35 36
36PTESTS_PROBLEMS_META_PERL = "\ 37PTESTS_PROBLEMS_META_PERL = "\
37 libconfig-autoconf-perl \ 38 libconfig-autoconf-perl \
38 libfile-slurper-perl \
39 libhtml-parser-perl \ 39 libhtml-parser-perl \
40 libmime-types-perl \ 40 libmime-types-perl \
41 libmodule-build-tiny-perl \ 41 libmodule-build-tiny-perl \