summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-24 11:21:27 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-23 21:55:52 -0700
commitcad5921c78a893d931a22e1b91e877d1cf99a58f (patch)
treeca6e644bfd01bdf013332f8299fe3eafcf5ef6d0 /meta-perl
parent33852a1f26ce839b59f9665124b457a8fb6b06bf (diff)
downloadmeta-openembedded-cad5921c78a893d931a22e1b91e877d1cf99a58f.tar.gz
libmodule-build-tiny-perl: upgrade 0.039 -> 0.043
Changelog: - Fix manification test for perls without man paths License-Update: remove whitespace of end of the line. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.043.bb (renamed from meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.043.bb
index ff3f4d694..dd60d01db 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.043.bb
@@ -10,13 +10,12 @@ SECTION = "libs"
10HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" 10HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/"
11 11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=57b8100f0b648cd37fbc3725fe3c111a" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=6374136f6774db2f51cc116f5efbf705"
14 14
15DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-perl-native" 15DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-perl-native"
16 16
17SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" 17SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
18SRC_URI[md5sum] = "2332c90c17454107fea3f2614e11a3a9" 18SRC_URI[sha256sum] = "68f4e4620e8a75124ce2dadee48d2ba5160b9167012924588d6fb242ff2d7206"
19SRC_URI[sha256sum] = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c"
20 19
21S = "${WORKDIR}/Module-Build-Tiny-${PV}" 20S = "${WORKDIR}/Module-Build-Tiny-${PV}"
22 21