335260afd4
* Convert microperl to gentargets infrastructure * Bump to a more modern version 5.12.4 * Introduce the bundle options to simplify people's lives host-microperl is a fully-fledged perl. For the time being we can't build XS modules thus breaking target automake support for example since it requires IO. target-automake was broken before anyway since the automake version bump. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28 lines
578 B
Plaintext
28 lines
578 B
Plaintext
config BR2_PACKAGE_MICROPERL
|
|
bool "microperl"
|
|
help
|
|
Perl without operating-specific functions such as readdir.
|
|
|
|
if BR2_PACKAGE_MICROPERL
|
|
|
|
config BR2_PACKAGE_MICROPERL_MODULES
|
|
string "additional modules"
|
|
help
|
|
List of space-separated microperl modules to copy to the rootfs.
|
|
|
|
Examples: warnings.pm Getopt/Std.pm Time::Local
|
|
|
|
Module dependencies are not automatic so check your needs.
|
|
You can't use XS modules like IO.
|
|
|
|
menu "module bundles"
|
|
|
|
config BR2_PACKAGE_MICROPERL_BUNDLE_CGI
|
|
bool "CGI"
|
|
help
|
|
Copy required modules to do CGI scripting.
|
|
|
|
endmenu
|
|
|
|
endif
|