projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5f44d
)
tcl: remove empty host dependencies definition
author
Julien Floret
<julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:26 +0000
(
00:21
+0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/tcl/tcl.mk
b/package/tcl/tcl.mk
index a1153c72314cf746505772d0eaf16c021406b4b4..a2ac8e6c83ca13fe72282b3ebef9a27ad128ebcd 100644
(file)
--- a/
package/tcl/tcl.mk
+++ b/
package/tcl/tcl.mk
@@
-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))