aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorPatrick Patat <patrick.patat@innotis.org>2013-12-04 16:04:39 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-01-13 09:59:45 +0000
commiteb2e62f58fac5792b453e49c37dfef4fcbe9dbd6 (patch)
tree16a6f72f01e2b07e960167cbde71ec58bc3e3a12 /meta-perl
parentbee67b508479de073d8cee20dffbeee0fd13a11b (diff)
downloadmeta-openembedded-eb2e62f58fac5792b453e49c37dfef4fcbe9dbd6.tar.gz
add libcrypt-openssl-random-perl
This recipe build cpan module Crypt-OpenSSL-Random Add openssl to DEPENDS Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb
new file mode 100644
index 0000000000..1f99be036f
--- /dev/null
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Crypt Openssl Random cpan module"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz "
+SRC_URI[md5sum] = "c56ac5dbdd46122eb9b8da59613b7b0a"
+SRC_URI[sha256sum] = "acf7eb81023cd1f40d8c60b893096d041513df2be2aefe145cc7ae1a3dcc78c7"
+
+S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}"
+
+DEPENDS += " openssl \
+"
+inherit cpan