35dea785ef
Commit [1] added dependency on perl-clone but forgot to propagate
the reverse dependency on !BR2_STATIC_LIBS.
Fixes:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PERL_CLONE
Depends on [n]: BR2_PACKAGE_PERL [=y] && !BR2_STATIC_LIBS [=y]
Selected by [y]:
- BR2_PACKAGE_PERL_HTTP_MESSAGE [=y] && BR2_PACKAGE_PERL [=y]
http://autobuild.buildroot.org/results/5d5/5d503aaa94b56523c684be7946123921747ebf52
[1] 742258fec0
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
556 B
Plaintext
17 lines
556 B
Plaintext
config BR2_PACKAGE_PERL_HTTP_MESSAGE
|
|
bool "perl-http-message"
|
|
depends on !BR2_STATIC_LIBS # perl-clone
|
|
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
|
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
|
select BR2_PACKAGE_PERL_URI # runtime
|
|
help
|
|
HTTP style message (base class).
|
|
|
|
https://github.com/libwww-perl/HTTP-Message
|
|
|
|
comment "perl-http-message needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|