Commit f91a64d2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package: auto* needs perl

parent f9926351
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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).
+1 −0
Original line number Diff line number Diff line
@@ -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