diff options
Diffstat (limited to 'meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb')
-rw-r--r-- | meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb index 1012ae952e..d857f1316a 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | |||
@@ -4,16 +4,16 @@ DESCRIPTION = "This module provides subroutines to read or write \ | |||
4 | reading the list of filenames in a directory. \ | 4 | reading the list of filenames in a directory. \ |
5 | " | 5 | " |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | 9 | ||
9 | LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" |
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" |
11 | 12 | ||
12 | S = "${WORKDIR}/File-Slurp-${PV}" | 13 | S = "${UNPACKDIR}/File-Slurp-${PV}" |
13 | 14 | ||
14 | inherit cpan | 15 | inherit cpan |
15 | 16 | ||
16 | SRC_URI[md5sum] = "7d584cd15c4f8b9547765eff8c4ef078" | ||
17 | SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" | 17 | SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" |
18 | 18 | ||
19 | BBCLASSEXTEND="native" | 19 | BBCLASSEXTEND = "native" |