[Buildroot] [git commit] lua: remove empty host dependencies definition

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 08:24:02 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=02e4eae6042db56ac494b978e3e0c069fb2c154f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/lua/lua.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index b2dab39..be33284 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -62,9 +62,6 @@ endef
 LUA_POST_PATCH_HOOKS += LUA_32BITS_LUACONF
 endif
 
-# We never want to have host-readline and host-ncurses as dependencies
-# of host-lua.
-HOST_LUA_DEPENDENCIES =
 HOST_LUA_CFLAGS = -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX
 HOST_LUA_MYLIBS = -ldl
 


More information about the buildroot mailing list