diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-24 20:20:50 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 20:20:50 +0300 |
commit | c67a7e4b81aedc340399649f62e5a02036a80a48 (patch) | |
tree | 2e2092ddf4c6933a53d53b8d57e630c2895892b7 /recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb | |
parent | 71341fee3cd2cac082be9534607d79256eeff05e (diff) | |
parent | 49fa8c1ad4c6e1ae5cb1c4e09105aa225ab735f6 (diff) |
Merge branch 'perl-5.10' into org.openembedded.dev
Diffstat (limited to 'recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb')
-rw-r--r-- | recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb b/recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb new file mode 100644 index 0000000000..8c9c72a438 --- /dev/null +++ b/recipes/perl/libcrypt-openssl-rsa-perl_0.26.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "RSA encoding and decoding, using the openSSL libraries" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "openssl" +RDEPENDS_${PN} += " \ + libcrypt-openssl-bignum-perl \ + libcrypt-openssl-random-perl \ + " +BBCLASSEXTEND = "native" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-${PV}.tar.gz;name=crypt-openssl-rsa-perl-${PV}" +SRC_URI[crypt-openssl-rsa-perl-0.26.md5sum] = "baf875f01ee39b88335b8f0962fe4bbc" +SRC_URI[crypt-openssl-rsa-perl-0.26.sha256sum] = "f42f276ffe5ae1775c4bd76f3026483f0d39975f7cdd07bf48eccfb8c45286bb" + +S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}" + +inherit cpan
\ No newline at end of file |