blob: 4b2f5cc02972bc6d243217738439c9ee0e9c45da [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Meta-perl packagegroup"
2
3inherit packagegroup
4
5PROVIDES = "${PACKAGES}"
Andrew Geisslerd688a012020-09-18 13:36:00 -05006PACKAGES = "\
Brad Bishop19323692019-04-05 15:28:33 -04007 packagegroup-meta-perl \
8 packagegroup-meta-perl-extended \
Andrew Geisslerd688a012020-09-18 13:36:00 -05009 ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \
10"
Brad Bishop19323692019-04-05 15:28:33 -040011
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:packagegroup-meta-perl = "\
Brad Bishop19323692019-04-05 15:28:33 -040013 adduser \
Andrew Geissler595f6302022-01-24 19:11:47 +000014 compress-raw-bzip2-perl \
15 compress-raw-lzma-perl \
16 compress-raw-zlib-perl \
Andrew Geisslerd688a012020-09-18 13:36:00 -050017 libalgorithm-diff-perl \
18 libauthen-sasl-perl \
19 libauthen-radius-perl \
20 libcapture-tiny-perl \
21 libcgi-perl \
22 libdbd-sqlite-perl \
23 libclass-method-modifiers-perl \
24 libdigest-hmac-perl \
25 libdigest-sha1-perl \
26 libconfig-autoconf-perl \
27 libcrypt-openssl-guess-perl \
28 libcrypt-openssl-random-perl \
29 libcrypt-openssl-rsa-perl \
30 libhtml-parser-perl \
31 libhtml-tree-perl \
32 libhtml-tagset-perl \
33 libimport-into-perl \
Andrew Geissler9aee5002022-03-30 16:27:02 +000034 libio-compress-perl \
35 libio-compress-lzma-perl \
Andrew Geisslerd688a012020-09-18 13:36:00 -050036 libio-socket-ssl-perl \
37 libio-stringy-perl \
38 libipc-signal-perl \
39 libcurses-perl \
40 libmime-charset-perl \
41 libmime-types-perl \
42 libmodule-pluggable-perl \
43 libmodule-runtime-perl \
44 libmodule-build-tiny-perl \
45 libdata-hexdump-perl \
46 libnet-dns-perl \
47 libnet-libidn-perl \
48 libnet-dns-sec-perl \
49 libnet-ldap-perl \
50 libnet-ssleay-perl \
51 libnet-telnet-perl \
52 libproc-waitstat-perl \
53 libdevel-globaldestruction-perl \
54 libenv-perl \
55 libfile-slurp-perl \
56 libfile-slurper-perl \
57 libtext-iconv-perl \
58 libtext-diff-perl \
59 libtext-charwidth-perl \
60 libtext-wrapi18n-perl \
61 libxml-libxml-perl \
62 libxml-filter-buffertext-perl \
63 libxml-sax-writer-perl \
64 libextutils-config-perl \
65 libextutils-cppguess-perl \
66 libextutils-helpers-perl \
67 libextutils-installpaths-perl \
68 libextutils-parsexs-perl \
69 liblocale-gettext-perl \
70 libmoo-perl \
71 librole-tiny-perl \
72 libunix-statgrab \
73 libstrictures-perl \
74 libsub-exporter-progressive-perl \
75 libsub-uplevel-perl \
76 libterm-readkey-perl \
77 libtest-deep-perl \
78 libtest-harness-perl \
79 libtest-nowarnings-perl \
80 libtest-warn-perl \
81 libtest-warnings-perl \
82 libunicode-linebreak-perl \
Brad Bishop19323692019-04-05 15:28:33 -040083 po4a \
Andrew Geisslerd688a012020-09-18 13:36:00 -050084"
Brad Bishop19323692019-04-05 15:28:33 -040085
Patrick Williams213cb262021-08-07 19:21:33 -050086RDEPENDS:packagegroup-meta-perl-extended = "\
Andrew Geisslerd688a012020-09-18 13:36:00 -050087 logcheck \
88 mime-construct \
89"
Brad Bishop19323692019-04-05 15:28:33 -040090
Patrick Williams213cb262021-08-07 19:21:33 -050091RDEPENDS:packagegroup-meta-perl-ptest-packages = "\
Brad Bishop19323692019-04-05 15:28:33 -040092 libmime-types-perl-ptest \
93 libio-socket-ssl-perl-ptest \
94 libdata-hexdump-perl-ptest \
95 libauthen-sasl-perl-ptest \
96 libnet-dns-perl-ptest \
97 libnet-dns-sec-perl-ptest \
98 libnet-ssleay-perl-ptest \
99 libtest-harness-perl-ptest \
100 libdigest-sha1-perl-ptest \
101 libdigest-hmac-perl-ptest \
Andrew Geisslerd688a012020-09-18 13:36:00 -0500102"
Brad Bishop19323692019-04-05 15:28:33 -0400103
104EXCLUDE_FROM_WORLD = "1"
Andrew Geisslerd688a012020-09-18 13:36:00 -0500105
106# perl-module-encode is preferred over libencode-perl
107# libencode-locale-perl depends on libencode-perl