diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-04-02 15:29:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-04 13:39:46 -0700 |
commit | 480985d35ef3bfe8557315a42b2d7e416ff1a747 (patch) | |
tree | cf4b87cd2a5bcb326a5020b5bec003a41926c9fb /meta-perl/recipes-perl | |
parent | 99972beb1d1f07573c6a717ac4e9e515d9fa1aee (diff) | |
download | meta-openembedded-480985d35ef3bfe8557315a42b2d7e416ff1a747.tar.gz |
recipes-perl/packagegroups: move to recipes-core/
Be consistent with other layers, like oe-core, meta-oe and meta-python
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb deleted file mode 100644 index 187424b449..0000000000 --- a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb +++ /dev/null | |||
@@ -1,106 +0,0 @@ | |||
1 | SUMMARY = "Meta-perl packagegroup" | ||
2 | |||
3 | inherit packagegroup | ||
4 | |||
5 | PROVIDES = "${PACKAGES}" | ||
6 | PACKAGES = "\ | ||
7 | packagegroup-meta-perl \ | ||
8 | packagegroup-meta-perl-extended \ | ||
9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ | ||
10 | " | ||
11 | |||
12 | RDEPENDS:packagegroup-meta-perl = "\ | ||
13 | adduser \ | ||
14 | libalgorithm-diff-perl \ | ||
15 | libauthen-sasl-perl \ | ||
16 | libauthen-radius-perl \ | ||
17 | libcapture-tiny-perl \ | ||
18 | libcgi-perl \ | ||
19 | libcompress-raw-bzip2-perl \ | ||
20 | libcompress-raw-lzma-perl \ | ||
21 | libcompress-raw-zlib-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 \ | ||
34 | libio-compress-perl \ | ||
35 | libio-compress-lzma-perl \ | ||
36 | 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 | libunicode-linebreak-perl \ | ||
82 | po4a \ | ||
83 | " | ||
84 | |||
85 | RDEPENDS:packagegroup-meta-perl-extended = "\ | ||
86 | logcheck \ | ||
87 | mime-construct \ | ||
88 | " | ||
89 | |||
90 | RDEPENDS:packagegroup-meta-perl-ptest-packages = "\ | ||
91 | libmime-types-perl-ptest \ | ||
92 | libio-socket-ssl-perl-ptest \ | ||
93 | libdata-hexdump-perl-ptest \ | ||
94 | libauthen-sasl-perl-ptest \ | ||
95 | libnet-dns-perl-ptest \ | ||
96 | libnet-dns-sec-perl-ptest \ | ||
97 | libnet-ssleay-perl-ptest \ | ||
98 | libtest-harness-perl-ptest \ | ||
99 | libdigest-sha1-perl-ptest \ | ||
100 | libdigest-hmac-perl-ptest \ | ||
101 | " | ||
102 | |||
103 | EXCLUDE_FROM_WORLD = "1" | ||
104 | |||
105 | # perl-module-encode is preferred over libencode-perl | ||
106 | # libencode-locale-perl depends on libencode-perl | ||