package: auto* needs perl
This commit is contained in:
parent
f9926351d3
commit
f91a64d224
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_AUTOCONF
|
||||
bool "autoconf"
|
||||
select BR2_PACKAGE_MICROPERL
|
||||
help
|
||||
Extensible program for developing configure scripts. These
|
||||
scripts handle all the mundane system/feature detection.
|
||||
|
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_AUTOMAKE
|
||||
bool "automake"
|
||||
select BR2_PACKAGE_AUTOCONF
|
||||
select BR2_PACKAGE_MICROPERL
|
||||
help
|
||||
Tool for automatically generating Makefile's for input to
|
||||
configure scripts (made by autoconf).
|
||||
|
@ -37,6 +37,7 @@ config BR2_TARGET_GENERIC_DEV_SYSTEM
|
||||
select BR2_PACKAGE_PATCH
|
||||
select BR2_PACKAGE_SED
|
||||
select BR2_PACKAGE_TAR
|
||||
select BR2_PACKAGE_MICROPERL
|
||||
select BR2_PACKAGE_AUTOCONF
|
||||
select BR2_PACKAGE_AUTOMAKE
|
||||
select BR2_PACKAGE_DROPBEAR
|
||||
|
Loading…
Reference in New Issue
Block a user