diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:17:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:45 +0200 |
commit | 0384795af3be2cdc3f96b016bd2fd5f80780e8d9 (patch) | |
tree | 22a94d895a79400bd670ca022a9d2ad6654832c4 /package/perl-crypt-openssl-rsa/Config.in | |
parent | c78b687b8603b11fb2d59f0111c6f52d6400403b (diff) | |
download | buildroot-0384795af3be2cdc3f96b016bd2fd5f80780e8d9.tar.gz buildroot-0384795af3be2cdc3f96b016bd2fd5f80780e8d9.zip |
package/perl-crypt-openssl-rsa: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-crypt-openssl-rsa/Config.in')
-rw-r--r-- | package/perl-crypt-openssl-rsa/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-crypt-openssl-rsa/Config.in b/package/perl-crypt-openssl-rsa/Config.in new file mode 100644 index 0000000000..1fa1fd9881 --- /dev/null +++ b/package/perl-crypt-openssl-rsa/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA + bool "perl-crypt-openssl-rsa" + depends on !BR2_STATIC_LIBS + select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM + help + RSA encoding and decoding, using the openSSL libraries + + https://metacpan.org/release/Crypt-OpenSSL-RSA + +comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS |