]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
crosstool-ng: depend on gperf
authorArnout Vandecappelle <arnout@mind.be>
Sat, 12 May 2012 05:52:44 +0000 (05:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 May 2012 12:33:49 +0000 (14:33 +0200)
Fixes http://autobuild.buildroot.net/results/c9b87123709e1010bae19c6bdfd219661efdbdfb

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/crosstool-ng/crosstool-ng.mk

index 3540f70a15b5f158658b575687482e30c1c57bc1..09c57ec2a65b0a82e5471037872bacb4fd91eb5f 100644 (file)
@@ -3,6 +3,6 @@ CROSSTOOL_NG_SOURCE            = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
 CROSSTOOL_NG_SITE              = http://crosstool-ng.org/download/crosstool-ng/
 CROSSTOOL_NG_INSTALL_TARGET    = NO
 CROSSTOOL_NG_MAKE              = $(MAKE1)
-HOST_CROSSTOOL_NG_DEPENDENCIES = $(if $(BR2_CCACHE),host-ccache) host-gawk host-automake
+HOST_CROSSTOOL_NG_DEPENDENCIES = $(if $(BR2_CCACHE),host-ccache) host-gawk host-automake host-gperf
 
 $(eval $(call AUTOTARGETS,host))