diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-24 11:21:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-23 21:55:52 -0700 |
commit | cad5921c78a893d931a22e1b91e877d1cf99a58f (patch) | |
tree | ca6e644bfd01bdf013332f8299fe3eafcf5ef6d0 /meta-perl | |
parent | 33852a1f26ce839b59f9665124b457a8fb6b06bf (diff) | |
download | meta-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" | |||
10 | HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" | 10 | HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=57b8100f0b648cd37fbc3725fe3c111a" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6374136f6774db2f51cc116f5efbf705" |
14 | 14 | ||
15 | DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-perl-native" | 15 | DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-perl-native" |
16 | 16 | ||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "2332c90c17454107fea3f2614e11a3a9" | 18 | SRC_URI[sha256sum] = "68f4e4620e8a75124ce2dadee48d2ba5160b9167012924588d6fb242ff2d7206" |
19 | SRC_URI[sha256sum] = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c" | ||
20 | 19 | ||
21 | S = "${WORKDIR}/Module-Build-Tiny-${PV}" | 20 | S = "${WORKDIR}/Module-Build-Tiny-${PV}" |
22 | 21 | ||