[oe-commits] Roman I Khimov : libcrypt-openssl-bignum-perl: add Crypt::OpenSSL:: Bignum Perl module

git version control git at git.openembedded.org
Thu Mar 25 07:08:21 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: fc6bc36915f0d5928bac37f245edd22d190d0221
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fc6bc36915f0d5928bac37f245edd22d190d0221

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 17:23:17 2010 +0300

libcrypt-openssl-bignum-perl: add Crypt::OpenSSL::Bignum Perl module

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

---

 recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
new file mode 100644
index 0000000..325ae89
--- /dev/null
+++ b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "OpenSSL's multiprecision integer arithmetic"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "openssl"
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-${PV}.tar.gz;name=crypt-openssl-bignum-perl-${PV}"
+SRC_URI[crypt-openssl-bignum-perl-0.04.md5sum] = "9369ef722b0705c0604998559988eb18"
+SRC_URI[crypt-openssl-bignum-perl-0.04.sha256sum] = "73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3"
+
+S = "${WORKDIR}/Crypt-OpenSSL-Bignum-${PV}"
+
+inherit cpan
\ No newline at end of file





More information about the Openembedded-commits mailing list