core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk
authorJérôme Pouiller <jezz@sysmic.org>
Tue, 20 Dec 2016 13:46:20 +0000 (14:46 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Jan 2017 07:30:41 +0000 (20:30 +1300)
Usually, Buildroot does never initialize variables with empty content.
DEPENDENCIES_HOST_PREREQ was an unjustified exception.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/dependencies/dependencies.mk

index 4334dac4e8118cd88fec1a771f3581b619ee3767..d4b0409cda322511376e3201c43591070bcafe41 100644 (file)
@@ -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