1config BR2_PACKAGE_PERL_SYS_CPU 2 bool "perl-sys-cpu" 3 depends on !BR2_STATIC_LIBS 4 help 5 Perl module for getting information about the system CPU 6 (Sys::CPU). 7 8 http://search.cpan.org/dist/Sys-CPU/ 9 10comment "perl-sys-cpu needs a toolchain w/ dynamic library" 11 depends on BR2_STATIC_LIBS 12