summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-31 10:32:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 18:23:05 +0100
commit850987481afcc78713ba07888455368ceab2404b (patch)
tree2dac4b522ae951d9ef2c780c53bd0821c9738f9e
parent1abbcb37979ceaa1992f1e4576e95d17ff83b9cf (diff)
downloadpoky-850987481afcc78713ba07888455368ceab2404b.tar.gz
libconvert-asn1-perl: upgrade 0.33 -> 0.34
Changelog: =========== * Fixes: #47 2nd - Debug output using print instead of printf * Fixes #47 Debug output using print instead of printf * ASN1.pod: fix minor typo (From OE-Core rev: db8c33b58baacd73781cf7184bfeac66c3801e0c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb (renamed from meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb
index d82692c033..6e9f881773 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8
7 7
8SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/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[sha256sum] = "1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076" 10SRC_URI[sha256sum] = "a628d7c9d390568fb76359975fa03f626ce57f10dc17980e8e3587d7713e4ee7"
11 11
12S = "${WORKDIR}/Convert-ASN1-${PV}" 12S = "${WORKDIR}/Convert-ASN1-${PV}"
13 13