mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
bee67b5084
commit
eb2e62f58f
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user