[Buildroot] [git commit] luainterpreter: add host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 27 08:44:26 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=f93de3fb20469d16d54db83be647c3bdf1f57dee
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

host-luainterpreter is host-lua or host-luajit

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/luainterpreter/luainterpreter.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/luainterpreter/luainterpreter.mk b/package/luainterpreter/luainterpreter.mk
index aa02696..4ef0a45 100644
--- a/package/luainterpreter/luainterpreter.mk
+++ b/package/luainterpreter/luainterpreter.mk
@@ -7,3 +7,4 @@
 LUAINTERPRETER_ABIVER = $(call qstrip,$(BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION))
 
 $(eval $(virtual-package))
+$(eval $(host-virtual-package))


More information about the buildroot mailing list