diff options
-rw-r--r-- | meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb | 102 |
1 files changed, 76 insertions, 26 deletions
diff --git a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb index 9b2406ba61..3fa56d4390 100644 --- a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb +++ b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb | |||
@@ -3,40 +3,87 @@ SUMMARY = "Meta-perl packagegroup" | |||
3 | inherit packagegroup | 3 | inherit packagegroup |
4 | 4 | ||
5 | PROVIDES = "${PACKAGES}" | 5 | PROVIDES = "${PACKAGES}" |
6 | PACKAGES = ' \ | 6 | PACKAGES = "\ |
7 | packagegroup-meta-perl \ | 7 | packagegroup-meta-perl \ |
8 | packagegroup-meta-perl-extended \ | 8 | packagegroup-meta-perl-extended \ |
9 | ' | 9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ |
10 | " | ||
10 | 11 | ||
11 | RDEPENDS_packagegroup-meta-perl = "\ | 12 | RDEPENDS_packagegroup-meta-perl = "\ |
12 | libproc-waitstat-perl libmoo-perl libterm-readkey-perl \ | ||
13 | libunicode-linebreak-perl libcurses-perl libmime-types-perl \ | ||
14 | libmime-charset-perl libio-socket-ssl-perl libio-stringy-perl \ | ||
15 | libtext-iconv-perl libtext-charwidth-perl libtext-diff-perl \ | ||
16 | libtext-wrapi18n-perl liblocale-gettext-perl libdata-hexdump-perl \ | ||
17 | libextutils-installpaths-perl libextutils-helpers-perl libextutils-parsexs-perl \ | ||
18 | libextutils-config-perl libextutils-cppguess-perl libimport-into-perl \ | ||
19 | libcrypt-openssl-rsa-perl libcrypt-openssl-guess-perl libcrypt-openssl-random-perl \ | ||
20 | libxml-sax-writer-perl libxml-libxml-perl libxml-filter-buffertext-perl \ | ||
21 | adduser \ | 13 | adduser \ |
22 | libauthen-sasl-perl libnet-ldap-perl libnet-dns-perl \ | 14 | libalgorithm-diff-perl \ |
23 | libnet-dns-sec-perl libnet-libidn-perl libnet-ssleay-perl \ | 15 | libauthen-sasl-perl \ |
24 | libnet-telnet-perl libdevel-globaldestruction-perl libipc-signal-perl \ | 16 | libauthen-radius-perl \ |
25 | librole-tiny-perl libencode-perl libencode-locale-perl \ | 17 | libcapture-tiny-perl \ |
26 | libfile-slurp-perl libcapture-tiny-perl \ | 18 | libcgi-perl \ |
19 | libdbd-sqlite-perl \ | ||
20 | libclass-method-modifiers-perl \ | ||
21 | libdigest-hmac-perl \ | ||
22 | libdigest-sha1-perl \ | ||
23 | libconfig-autoconf-perl \ | ||
24 | libcrypt-openssl-guess-perl \ | ||
25 | libcrypt-openssl-random-perl \ | ||
26 | libcrypt-openssl-rsa-perl \ | ||
27 | libhtml-parser-perl \ | ||
28 | libhtml-tree-perl \ | ||
29 | libhtml-tagset-perl \ | ||
30 | libimport-into-perl \ | ||
31 | libio-socket-ssl-perl \ | ||
32 | libio-stringy-perl \ | ||
33 | libipc-signal-perl \ | ||
34 | libcurses-perl \ | ||
35 | libmime-charset-perl \ | ||
36 | libmime-types-perl \ | ||
37 | libmodule-pluggable-perl \ | ||
38 | libmodule-runtime-perl \ | ||
39 | libmodule-build-tiny-perl \ | ||
40 | libdata-hexdump-perl \ | ||
41 | libnet-dns-perl \ | ||
42 | libnet-libidn-perl \ | ||
43 | libnet-dns-sec-perl \ | ||
44 | libnet-ldap-perl \ | ||
45 | libnet-ssleay-perl \ | ||
46 | libnet-telnet-perl \ | ||
47 | libproc-waitstat-perl \ | ||
48 | libdevel-globaldestruction-perl \ | ||
49 | libenv-perl \ | ||
50 | libfile-slurp-perl \ | ||
51 | libfile-slurper-perl \ | ||
52 | libtext-iconv-perl \ | ||
53 | libtext-diff-perl \ | ||
54 | libtext-charwidth-perl \ | ||
55 | libtext-wrapi18n-perl \ | ||
56 | libxml-libxml-perl \ | ||
57 | libxml-filter-buffertext-perl \ | ||
58 | libxml-sax-writer-perl \ | ||
59 | libextutils-config-perl \ | ||
60 | libextutils-cppguess-perl \ | ||
61 | libextutils-helpers-perl \ | ||
62 | libextutils-installpaths-perl \ | ||
63 | libextutils-parsexs-perl \ | ||
64 | liblocale-gettext-perl \ | ||
65 | libmoo-perl \ | ||
66 | librole-tiny-perl \ | ||
67 | libunix-statgrab \ | ||
68 | libstrictures-perl \ | ||
69 | libsub-exporter-progressive-perl \ | ||
70 | libsub-uplevel-perl \ | ||
71 | libterm-readkey-perl \ | ||
72 | libtest-deep-perl \ | ||
73 | libtest-harness-perl \ | ||
74 | libtest-nowarnings-perl \ | ||
75 | libtest-warn-perl \ | ||
76 | libtest-warnings-perl \ | ||
77 | libunicode-linebreak-perl \ | ||
27 | po4a \ | 78 | po4a \ |
28 | libstrictures-perl libtest-harness-perl libsub-exporter-progressive-perl \ | 79 | " |
29 | libclass-method-modifiers-perl libhtml-parser-perl libhtml-tree-perl \ | ||
30 | libmodule-pluggable-perl libmodule-build-perl libmodule-runtime-perl \ | ||
31 | libmodule-build-tiny-perl libcgi-perl libalgorithm-diff-perl \ | ||
32 | libdbd-sqlite-perl libdigest-sha1-perl libdigest-hmac-perl \ | ||
33 | " | ||
34 | 80 | ||
35 | RDEPENDS_packagegroup-meta-perl-extended = "\ | 81 | RDEPENDS_packagegroup-meta-perl-extended = "\ |
36 | logcheck mime-construct \ | 82 | logcheck \ |
37 | " | 83 | mime-construct \ |
84 | " | ||
38 | 85 | ||
39 | RDEPENDS_packagegroup-meta-perl-ptest = "\ | 86 | RDEPENDS_packagegroup-meta-perl-ptest-packages = "\ |
40 | libmime-types-perl-ptest \ | 87 | libmime-types-perl-ptest \ |
41 | libio-socket-ssl-perl-ptest \ | 88 | libio-socket-ssl-perl-ptest \ |
42 | libdata-hexdump-perl-ptest \ | 89 | libdata-hexdump-perl-ptest \ |
@@ -47,6 +94,9 @@ RDEPENDS_packagegroup-meta-perl-ptest = "\ | |||
47 | libtest-harness-perl-ptest \ | 94 | libtest-harness-perl-ptest \ |
48 | libdigest-sha1-perl-ptest \ | 95 | libdigest-sha1-perl-ptest \ |
49 | libdigest-hmac-perl-ptest \ | 96 | libdigest-hmac-perl-ptest \ |
50 | " | 97 | " |
51 | 98 | ||
52 | EXCLUDE_FROM_WORLD = "1" | 99 | EXCLUDE_FROM_WORLD = "1" |
100 | |||
101 | # perl-module-encode is preferred over libencode-perl | ||
102 | # libencode-locale-perl depends on libencode-perl | ||