From c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Fri, 9 Nov 2012 14:40:25 +0000 Subject: Revert "auto{conf, make}: only make available on archs supported by qemu" Since perl no longer requires host-qemu, autoconf and automake work again on the architectures that are not supported by host-qemu. This reverts commit c65d92e8e2767b09aaee6b717cbd9b66f88ea39c. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/automake/Config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/automake') diff --git a/package/automake/Config.in b/package/automake/Config.in index f8d74ef73..9a9673a6e 100644 --- a/package/automake/Config.in +++ b/package/automake/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_AUTOMAKE bool "automake" - depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64) select BR2_PACKAGE_AUTOCONF select BR2_PACKAGE_PERL help @@ -8,6 +7,3 @@ config BR2_PACKAGE_AUTOMAKE configure scripts (made by autoconf). http://www.gnu.org/software/automake/ - -comment "automake requires an architecture supported by qemu" - depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64 -- cgit v1.2.3