1*4882a593Smuzhiyunconfig BR2_PACKAGE_PERL_DIGEST_SHA1 2*4882a593Smuzhiyun bool "perl-digest-sha1" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun Perl interface to the SHA-1 algorithm. 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun https://metacpan.org/release/Digest-SHA1 8*4882a593Smuzhiyun 9*4882a593Smuzhiyuncomment "perl-digest-sha1 needs a toolchain w/ dynamic library" 10*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 11