From 335260afd429d694cddd7ada705184ad6717826a Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 7 Mar 2012 13:52:42 -0300 Subject: microperl: bump to version 5.12.4 and convert to gentargets * 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 Signed-off-by: Peter Korsgaard --- package/microperl/Config.in | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'package/microperl/Config.in') diff --git a/package/microperl/Config.in b/package/microperl/Config.in index 82f964c74..256e271a6 100644 --- a/package/microperl/Config.in +++ b/package/microperl/Config.in @@ -3,12 +3,25 @@ config BR2_PACKAGE_MICROPERL help Perl without operating-specific functions such as readdir. +if BR2_PACKAGE_MICROPERL + config BR2_PACKAGE_MICROPERL_MODULES - string "microperl modules" - default "" - depends on BR2_PACKAGE_MICROPERL + 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 - List of microperl modules to copy to the rootfs. - E.g. - warnings.pm warnings/register.pm strict.pm constant.pm vars.pm - Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm + Copy required modules to do CGI scripting. + +endmenu + +endif -- cgit v1.2.3