2015-04-19 12:17:15 +02:00
|
|
|
config BR2_PACKAGE_PERL_DIGEST_SHA1
|
|
|
|
bool "perl-digest-sha1"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
Perl interface to the SHA-1 algorithm.
|
2015-04-19 12:17:15 +02:00
|
|
|
|
|
|
|
https://metacpan.org/release/Digest-SHA1
|
|
|
|
|
|
|
|
comment "perl-digest-sha1 needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|