0ac6713cee
perl-clone is a new mandatory dependency of perl-http-message v6.44
that is already available in Buildroot since commit [1].
[1] 79e8aad721
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
config BR2_PACKAGE_PERL_CLONE
|
|
bool "perl-clone"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
recursively copy Perl datatypes.
|
|
|
|
https://metacpan.org/release/Clone
|
|
|
|
comment "perl-clone needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|