summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:31:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:31:53 +0000
commit8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch)
treeefdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-extended/perl
parentd412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff)
downloadpoky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz
The poky repository master branch is no longer being updated.
You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs b) use the new bitbake-setup You can find information about either approach in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that. Long live Poky! Some further information on the background of this change can be found in: https://lists.openembedded.org/g/openembedded-architecture/message/2179 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl')
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb22
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_2.30.bb20
-rw-r--r--meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb26
-rw-r--r--meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb25
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_1.02.bb41
5 files changed, 0 insertions, 134 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb
deleted file mode 100644
index 7e167d6e67..0000000000
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library"
2SECTION = "libs"
3HOMEPAGE = "http://search.cpan.org/dist/Convert-ASN1/"
4DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions."
5LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
6LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f"
7
8SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-${PV}.tar.gz"
9
10SRC_URI[sha256sum] = "a628d7c9d390568fb76359975fa03f626ce57f10dc17980e8e3587d7713e4ee7"
11
12S = "${UNPACKDIR}/Convert-ASN1-${PV}"
13
14inherit cpan ptest-perl
15
16EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
17
18RDEPENDS:${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 \
19 perl-module-socket perl-module-time-local perl-module-posix perl-module-scalar-util perl-module-test-more"
20RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc"
21
22BBCLASSEXTEND = "native"
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
deleted file mode 100644
index 7f9f40d996..0000000000
--- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "Perl modules useful for manipulating date and time information"
2HOMEPAGE = "https://metacpan.org/release/TimeDate"
3DESCRIPTION = "This is the perl5 TimeDate distribution. It requires perl version 5.003 or later."
4SECTION = "libs"
5# You can redistribute it and/or modify it under the same terms as Perl itself.
6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
8
9SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
10
11S = "${UNPACKDIR}/TimeDate-${PV}"
12
13inherit cpan ptest-perl
14
15BBCLASSEXTEND = "native"
16
17RDEPENDS:${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
18RDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-utf8"
19
20SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86"
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb
deleted file mode 100644
index 9653cb427b..0000000000
--- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "Perl module for supporting simple generic namespaces"
2HOMEPAGE = "http://veillard.com/XML/"
3DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-based XML names. \
4 It also helps maintain a prefix-to-namespace URI map, and provides a number of \
5 basic checks. "
6
7SECTION = "libs"
8LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9
10SRCNAME = "XML-NamespaceSupport"
11
12LIC_FILES_CHKSUM = "file://LICENSE;md5=c9d8a117e7620b5adf8d69c29613ceab"
13
14SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/${SRCNAME}-${PV}.tar.gz"
15SRC_URI[sha256sum] = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef"
16
17UPSTREAM_CHECK_REGEX = "XML\-NamespaceSupport\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
18
19S = "${UNPACKDIR}/${SRCNAME}-${PV}"
20
21inherit cpan ptest-perl
22
23RDEPENDS:${PN}-ptest += "perl-module-test-more"
24
25BBCLASSEXTEND = "native nativesdk"
26
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
deleted file mode 100644
index 8d97e95e83..0000000000
--- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "Base class SAX Drivers and Filters"
2HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Base/"
3DESCRIPTION = "This module has a very simple task - to be a base class for \
4PerlSAX drivers and filters. It's default behaviour is to pass \
5the input directly to the output unchanged. It can be useful to \
6use this module as a base class so you don't have to, for example, \
7implement the characters() callback."
8
9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11RDEPENDS:${PN} += "perl-module-extutils-makemaker"
12
13LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446"
14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-${PV}.tar.gz"
16
17SRC_URI[sha256sum] = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0"
18
19S = "${UNPACKDIR}/XML-SAX-Base-${PV}"
20
21inherit cpan ptest-perl
22
23RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"
24
25BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
deleted file mode 100644
index 67bdac981d..0000000000
--- a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
2HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/"
3DESCRIPTION = "XML::SAX consists of several framework classes for using and \
4building Perl SAX2 XML parsers, filters, and drivers. It is designed \
5around the need to be able to "plug in" different SAX parsers to an \
6application without requiring programmer intervention. Those of you \
7familiar with the DBI will be right at home. Some of the designs \
8come from the Java JAXP specification (SAX part), only without the \
9javaness."
10
11SECTION = "libs"
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13DEPENDS += "libxml-namespacesupport-perl-native"
14RDEPENDS:${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp"
15
16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
17
18SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
19
20SRC_URI[sha256sum] = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a"
21
22S = "${UNPACKDIR}/XML-SAX-${PV}"
23
24inherit cpan ptest-perl
25
26do_install_ptest() {
27 cp -r ${B}/testfiles ${D}${PTEST_PATH}
28 chown -R root:root ${D}${PTEST_PATH}/testfiles
29}
30
31RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding"
32
33RDEPENDS:${PN}-ptest += " \
34 perl-module-base \
35 perl-module-encode-byte \
36 perl-module-encode-unicode \
37 perl-module-fatal \
38 perl-module-test \
39"
40
41BBCLASSEXTEND = "native nativesdk"