瀏覽代碼

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>
Jérôme Pouiller 8 年之前
父節點
當前提交
99c397fcd3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      support/dependencies/dependencies.mk

+ 0 - 2
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