2018-08-20 13:55:07 +02:00
|
|
|
config BR2_PACKAGE_PERL_SYS_CPU
|
|
|
|
bool "perl-sys-cpu"
|
2018-09-27 16:46:45 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-08-20 13:55:07 +02:00
|
|
|
help
|
2018-09-12 23:04:06 +02:00
|
|
|
Perl module for getting information about the system CPU
|
|
|
|
(Sys::CPU).
|
2018-09-27 16:46:45 +02:00
|
|
|
|
|
|
|
comment "perl-sys-cpu needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|