mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/perl-http-message: add missing perl-clone dependency
perl-clone was added to perl-http-message v6.44 as mandatory dependency by commit [1]. While updating to v6.44 [2] in Buildroot the new dependency was forgotten. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/4322819252 https://gitlab.com/buildroot.org/buildroot/-/jobs/4322819256 [1]6b89d6b2cc[2]79e8aad721Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0ac6713cee
commit
742258fec0
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||
bool "perl-http-message"
|
||||
select BR2_PACKAGE_PERL_CLONE # runtime
|
||||
select BR2_PACKAGE_PERL_ENCODE_LOCALE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_IO_HTML # runtime
|
||||
|
||||
Reference in New Issue
Block a user