diff options
Diffstat (limited to 'meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb')
-rw-r--r-- | meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb deleted file mode 100644 index 43b7f4d5a9..0000000000 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "e6a5d6f552da16eacb5157ea4369ff9d" | ||
15 | SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59" | ||
16 | |||
17 | S = "${WORKDIR}/Digest-HMAC-${PV}" | ||
18 | |||
19 | inherit cpan ptest | ||
20 | |||
21 | do_install_ptest () { | ||
22 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
23 | } | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||