tcl: remove empty host dependencies definition
authorJulien Floret <julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:26 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:24:02 +0000 (10:24 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tcl/tcl.mk

index a1153c72314cf746505772d0eaf16c021406b4b4..a2ac8e6c83ca13fe72282b3ebef9a27ad128ebcd 100644 (file)
@@ -75,7 +75,6 @@ TCL_POST_INSTALL_TARGET_HOOKS += TCL_REMOVE_EXTRA
 TCL_DEPENDENCIES = $(if $(BR2_PACKAGE_SQLITE),sqlite) \
        $(if $(BR2_PACKAGE_MYSQL),mysql) \
        $(if $(BR2_PACKAGE_POSTGRESQL),postgresql)
-HOST_TCL_DEPENDENCIES =
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))