diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2021-02-07 21:28:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-06 21:52:33 -0800 |
commit | c00f81f02f133e276c33dc7da602c30a22496ee6 (patch) | |
tree | 75e0f8f68b2290c46640cd9ad1a0563125e20e7d | |
parent | dac638cf5ebd2151937fdf4e3769c0787363c93b (diff) | |
download | meta-openembedded-c00f81f02f133e276c33dc7da602c30a22496ee6.tar.gz |
librole-tiny-perl: upgrade 2.002003 -> 2.002004
2.002004 - 2021-01-24
- restore requiring base class when using create_class_with_roles, which was
accidentally lost in 2.002_000 (RT#134075)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb (renamed from meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb index 531e77a107..db8646d7c1 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb | |||
@@ -9,8 +9,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
9 | LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "065e459cdc3c6e163c6e8359baf69f45" | 12 | SRC_URI[md5sum] = "9ee45591befa3d0b1094ac75d282b6ba" |
13 | SRC_URI[sha256sum] = "6981e5f2d0beded157840199d678da462b22a9a3753333cab322ab6efb0fbb89" | 13 | SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" |
14 | 14 | ||
15 | S = "${WORKDIR}/Role-Tiny-${PV}" | 15 | S = "${WORKDIR}/Role-Tiny-${PV}" |
16 | 16 | ||