diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb')
-rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb | 15 |
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 @@ | |||
1 | SUMMARY = "Crypt Openssl Random cpan module" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | ||
6 | |||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz " | ||
8 | SRC_URI[md5sum] = "c56ac5dbdd46122eb9b8da59613b7b0a" | ||
9 | SRC_URI[sha256sum] = "acf7eb81023cd1f40d8c60b893096d041513df2be2aefe145cc7ae1a3dcc78c7" | ||
10 | |||
11 | S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" | ||
12 | |||
13 | DEPENDS += " openssl \ | ||
14 | " | ||
15 | inherit cpan | ||