mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
6c74afc128
Add an upstream URL to the help text in Config.in. This addresses the 'Missing' URL status in the package stats web page output. Signed-off-by: Mark Corbin <mark@dibsco.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
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).
|
|
|
|
http://search.cpan.org/dist/Sys-CPU/
|
|
|
|
comment "perl-sys-cpu needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|