From: Jérôme Pouiller Date: Tue, 20 Dec 2016 13:46:20 +0000 (+0100) Subject: core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99c397fcd36a880d56d3bef09073035b9c7e7a37;p=buildroot.git core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk Usually, Buildroot does never initialize variables with empty content. DEPENDENCIES_HOST_PREREQ was an unjustified exception. Signed-off-by: Jérôme Pouiller Signed-off-by: Thomas Petazzoni --- diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk index 4334dac4e8..d4b0409cda 100644 --- a/support/dependencies/dependencies.mk +++ b/support/dependencies/dependencies.mk @@ -5,8 +5,6 @@ # ################################################################################ -DEPENDENCIES_HOST_PREREQ := - # suitable-host-pkg: calls check-host-$(1).sh shell script. Parameter (2) # can be the candidate to be checked. If not present, the check-host-$(1).sh # script should use 'which' to find a candidate. The script should return