summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2021-08-09 17:30:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commitea14728154f583341ee34d21a1b2305e14ca8588 (patch)
treefdff5b402d02cb5c07b58f4797c2e6d79b247c9d
parent262587d754b0a435953abfa4cf923add6e880a35 (diff)
downloadpoky-ea14728154f583341ee34d21a1b2305e14ca8588.tar.gz
libconvert-asn1-perl: 0.27 -> 0.31
Old homepage is bad link, cannot be accessed. Now this project is development on github, and the new homepage is get from https://github.com/gbarr/perl-Convert-ASN1 Old SRC_URI is not used any more, the lastest update is in 2014. >From 0.28, the download link changed to: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/ (From OE-Core rev: 558a7999dc138c6d51025cc3508e2ccb2556b7a9) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.31.bb (renamed from meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.31.bb
index cdc43b5fb9..1848ef67e1 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.31.bb
@@ -1,14 +1,14 @@
1SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library" 1SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library"
2SECTION = "libs" 2SECTION = "libs"
3HOMEPAGE = "https://metacpan.org/source/GBARR/Convert-ASN1-0.27" 3HOMEPAGE = "http://search.cpan.org/dist/Convert-ASN1/"
4DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions." 4DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions."
5LICENSE = "Artistic-1.0 | GPL-1.0+" 5LICENSE = "Artistic-1.0 | GPL-1.0+"
6LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f" 6LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f"
7 7
8SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" 8SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-${PV}.tar.gz"
9 9
10SRC_URI[md5sum] = "68723e96be0b258a9e20480276e8a62c" 10SRC_URI[md5sum] = "1e12b263a5042804bb1c59ddce899876"
11SRC_URI[sha256sum] = "74a4a78ae0c5e973100ac0a8f203a110f76fb047b79dae4fc1fd7d6814d3d58a" 11SRC_URI[sha256sum] = "6fe4c1ba744c3a8212bf2c9b2703d93530acc153435cf2f93633540b439fbbeb"
12 12
13S = "${WORKDIR}/Convert-ASN1-${PV}" 13S = "${WORKDIR}/Convert-ASN1-${PV}"
14 14