]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
perl: prepare the removal of microperl
authorFrancois Perrad <fperrad@gmail.com>
Fri, 19 Oct 2012 03:13:52 +0000 (03:13 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 3 Nov 2012 11:06:07 +0000 (12:06 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/autoconf/Config.in
package/autoconf/autoconf.mk
package/automake/Config.in
package/automake/automake.mk
package/microperl/Config.in
package/ntp/Config.in
package/samba/Config.in

index 00b3e2c5ddf210aaa8a34039ad6cf927a3a91aee..5f2f1489282772f3a56c447d3daa30dcd29927bc 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_AUTOCONF
        bool "autoconf"
-       select BR2_PACKAGE_MICROPERL
+       select BR2_PACKAGE_PERL
        help
          Extensible program for developing configure scripts.  These
          scripts handle all the mundane system/feature detection.
index 3f84e3e0d7f30f3da518039f95bd6adbd7eaf8e7..0cb50db505362f45c7529fc6aff17f6d9b96419e 100644 (file)
@@ -10,7 +10,7 @@ AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
 AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
                    ac_cv_prog_gnu_m4_gnu=no
 
-AUTOCONF_DEPENDENCIES = microperl host-m4
+AUTOCONF_DEPENDENCIES = host-m4 perl
 
 HOST_AUTOCONF_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
                        ac_cv_prog_gnu_m4_gnu=no
index 935f1f14546b0f733c3c834c12738d60b4a81a4b..9a9673a6e81ad874926ee389c3ec4f5e957ef046 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_AUTOMAKE
        bool "automake"
        select BR2_PACKAGE_AUTOCONF
-       select BR2_PACKAGE_MICROPERL
+       select BR2_PACKAGE_PERL
        help
          Tool for automatically generating Makefile's for input to
          configure scripts (made by autoconf).
index 477b10b3f6da4312b4bc7ded05718f9fdf6719fb..faa1b36c369178976ef74618126c0bf9ddf50555 100644 (file)
@@ -9,7 +9,7 @@ AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
 AUTOMAKE_LICENSE = GPLv2+
 AUTOMAKE_LICENSE_FILES = COPYING
 
-AUTOMAKE_DEPENDENCIES = host-autoconf autoconf microperl
+AUTOMAKE_DEPENDENCIES = host-autoconf autoconf perl
 
 HOST_AUTOMAKE_DEPENDENCIES = host-autoconf
 
index 66bbedd7768d74674b543e87fc7f45ef15e13d02..19d104a6983f72343938a1d010fd63d383842d3d 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MICROPERL
        bool "microperl"
        # needs fork()
        depends on BR2_USE_MMU
+       depends on BR2_DEPRECATED
        help
          Perl without operating-specific functions such as readdir.
 
index 599659609816a61c8f8a22bd867dbc57e07eeeb5..ec5dbbb40eec8b569f08522e85c25c1611e365f6 100644 (file)
@@ -20,7 +20,7 @@ config BR2_PACKAGE_NTP_NTP_KEYGEN
 
 config BR2_PACKAGE_NTP_NTP_WAIT
        bool "ntp-wait"
-       depends on BR2_PACKAGE_MICROPERL
+       depends on BR2_PACKAGE_PERL
        help
          ntp-wait waits until the locally running ntpd is in state 4
          (synchronized). This could be useful at boot time, to delay the
@@ -59,7 +59,7 @@ config BR2_PACKAGE_NTP_NTPSNMPD
 
 config BR2_PACKAGE_NTP_NTPTRACE
        bool "ntptrace"
-       depends on BR2_PACKAGE_MICROPERL
+       depends on BR2_PACKAGE_PERL
        help
          ntptrace is a perl script that uses the ntpq utility program to
          follow the chain of NTP servers from a given host back to the
index 928b40bd39095baef2a6ee14d64c1f3c7a20f92e..b4028b1671323343e89ddc34bd7993c45d4468e1 100644 (file)
@@ -36,12 +36,12 @@ config BR2_PACKAGE_SAMBA_FINDSMB
        default y
        depends on BR2_PACKAGE_SAMBA_SMBCLIENT
        depends on BR2_PACKAGE_SAMBA_NMBLOOKUP
-       depends on BR2_PACKAGE_MICROPERL
+       depends on BR2_PACKAGE_PERL
        help
          Script to browse network
 
 comment "findsmb       - disabled (requires nmblookup, smbclient and perl)"
-       depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_MICROPERL
+       depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_PERL
 
 config BR2_PACKAGE_SAMBA_NET
        bool "net"