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
|
|
|
|
2019-12-17 13:17:53 +01:00
|
|
|
http://search.cpan.org/dist/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
|