package: auto* needs perl

This commit is contained in:
Peter Korsgaard 2009-03-23 21:45:52 +00:00
parent f9926351d3
commit f91a64d224
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_AUTOCONF config BR2_PACKAGE_AUTOCONF
bool "autoconf" bool "autoconf"
select BR2_PACKAGE_MICROPERL
help help
Extensible program for developing configure scripts. These Extensible program for developing configure scripts. These
scripts handle all the mundane system/feature detection. scripts handle all the mundane system/feature detection.

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_AUTOMAKE config BR2_PACKAGE_AUTOMAKE
bool "automake" bool "automake"
select BR2_PACKAGE_AUTOCONF select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_MICROPERL
help help
Tool for automatically generating Makefile's for input to Tool for automatically generating Makefile's for input to
configure scripts (made by autoconf). configure scripts (made by autoconf).

View File

@ -37,6 +37,7 @@ config BR2_TARGET_GENERIC_DEV_SYSTEM
select BR2_PACKAGE_PATCH select BR2_PACKAGE_PATCH
select BR2_PACKAGE_SED select BR2_PACKAGE_SED
select BR2_PACKAGE_TAR select BR2_PACKAGE_TAR
select BR2_PACKAGE_MICROPERL
select BR2_PACKAGE_AUTOCONF select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_AUTOMAKE select BR2_PACKAGE_AUTOMAKE
select BR2_PACKAGE_DROPBEAR select BR2_PACKAGE_DROPBEAR