diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:32:25 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:46 -1000 |
| commit | dc5c7fb0b40802c6030ccaa6145b143de50e8011 (patch) | |
| tree | fdbdc19dc33bf3d89c3a3e81b358a669d2a6fed9 | |
| parent | 2709fd6c22eaef8ead295c439b10db75224a50b0 (diff) | |
| download | poky-dc5c7fb0b40802c6030ccaa6145b143de50e8011.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: ebdb27debc87473c8262ee6697ae9958bb09b5da)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit db8c33b58baacd73781cf7184bfeac66c3801e0c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -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 | ||
| 8 | SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-${PV}.tar.gz" | 8 | SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-${PV}.tar.gz" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076" | 10 | SRC_URI[sha256sum] = "a628d7c9d390568fb76359975fa03f626ce57f10dc17980e8e3587d7713e4ee7" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/Convert-ASN1-${PV}" | 12 | S = "${WORKDIR}/Convert-ASN1-${PV}" |
| 13 | 13 | ||
