diff options
Diffstat (limited to 'meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb')
-rw-r--r-- | meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index df89c9bcdb..350bad3ea2 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
@@ -1,18 +1,17 @@ | |||
1 | SUMMARY = "Perl interface to the SHA-1 algorithm " | 1 | SUMMARY = "Perl interface to the SHA-1 algorithm " |
2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" | 2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" |
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" | 3 | HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" |
8 | 8 | ||
9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ | 9 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "bd22388f268434f2b24f64e28bf1aa35" | ||
13 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" | 12 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" |
14 | 13 | ||
15 | S = "${WORKDIR}/Digest-SHA1-${PV}" | 14 | S = "${UNPACKDIR}/Digest-SHA1-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest | 16 | inherit cpan ptest |
18 | 17 | ||
@@ -20,6 +19,6 @@ do_install_ptest () { | |||
20 | cp -r ${B}/t ${D}${PTEST_PATH} | 19 | cp -r ${B}/t ${D}${PTEST_PATH} |
21 | } | 20 | } |
22 | 21 | ||
23 | BBCLASSEXTEND="native" | 22 | BBCLASSEXTEND = "native" |
24 | 23 | ||
25 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" | 24 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" |