From 99c397fcd36a880d56d3bef09073035b9c7e7a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Tue, 20 Dec 2016 14:46:20 +0100 Subject: [PATCH] core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- support/dependencies/dependencies.mk | 2 -- 1 file changed, 2 deletions(-) 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