[oe-commits] Roman I Khimov : libdigest-hmac-perl: add Digest::HMAC Perl module

git version control git at git.openembedded.org
Wed Mar 24 17:24:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7e093ea8812718c414ebd912378dda5378eb1ff4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7e093ea8812718c414ebd912378dda5378eb1ff4

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 19:36:06 2010 +0300

libdigest-hmac-perl: add Digest::HMAC Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libdigest-hmac-perl_1.02.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libdigest-hmac-perl_1.02.bb b/recipes/perl/libdigest-hmac-perl_1.02.bb
new file mode 100644
index 0000000..06c3992
--- /dev/null
+++ b/recipes/perl/libdigest-hmac-perl_1.02.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Keyed-Hashing for Message Authentication"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
+
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz;name=digest-hmac-perl-${PV}"
+SRC_URI[digest-hmac-perl-1.02.md5sum] = "64c4b247d83cd64ec32aa22bf58a709b"
+SRC_URI[digest-hmac-perl-1.02.sha256sum] = "d0043b2fb5d38b571c11afbb424a1e6952b0f230da68525b14e8435830fd02f1"
+
+S = "${WORKDIR}/Digest-HMAC-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list