diff mbox series

[1/2] perl-sys-cpu: disable static builds

Message ID 20180927144646.20954-2-chrismcc@gmail.com
State Accepted
Headers show
Series perl-sys-cpu fixes | expand

Commit Message

Christopher McCrory Sept. 27, 2018, 2:46 p.m. UTC
Disable static builds like other perl modules
fixes autobuild failures

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 package/perl-sys-cpu/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Thomas Petazzoni Oct. 8, 2018, 7:56 p.m. UTC | #1
Hello,

On Thu, 27 Sep 2018 07:46:45 -0700, Christopher McCrory wrote:
> Disable static builds like other perl modules
> fixes autobuild failures
> 
> Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
> ---
>  package/perl-sys-cpu/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)

Your commit log was missing a reference to the autobuilder failure
being fixed. I've added that and applied.

Thomas
diff mbox series

Patch

diff --git a/package/perl-sys-cpu/Config.in b/package/perl-sys-cpu/Config.in
index a604945740..8306b371dc 100644
--- a/package/perl-sys-cpu/Config.in
+++ b/package/perl-sys-cpu/Config.in
@@ -1,5 +1,9 @@ 
 config BR2_PACKAGE_PERL_SYS_CPU
 	bool "perl-sys-cpu"
+	depends on !BR2_STATIC_LIBS
 	help
 	  Perl module for getting information about the system CPU
 	  (Sys::CPU).
+
+comment "perl-sys-cpu needs a toolchain w/ dynamic library"
+	depends on BR2_STATIC_LIBS