java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / perl / libdigest-sha1-perl_2.11.bb
blobf0a6e905fc60637c1ad6984c1e4b02112e9f6773
1 DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r14"
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz"
8 S = "${WORKDIR}/Digest-SHA1-${PV}"
10 inherit cpan
12 FILES_${PN} = "${PERLLIBDIRS}/auto/Digest/SHA1/* \
13 ${PERLLIBDIRS}/Digest"
15 BBCLASSEXTEND="native"
17 SRC_URI[md5sum] = "2449bfe21d6589c96eebf94dae24df6b"
18 SRC_URI[sha256sum] = "3cebe0a6894daee3bfa5d9619fc90e7619cb6a77ac1b04d027341cd6033ae989"