summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2016-12-20 14:46:20 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-28 20:30:41 +1300
commit99c397fcd36a880d56d3bef09073035b9c7e7a37 (patch)
tree1ea5aa832dd55e021a0c9ab20901889b518187ff /support
parent93916d0757e26374bd10ea4f38c8e353e88a37ba (diff)
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 <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rw-r--r--support/dependencies/dependencies.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk
index 4334dac4e..d4b0409cd 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