summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-07-19 16:38:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 10:44:26 +0200
commitf93de3fb20469d16d54db83be647c3bdf1f57dee (patch)
treeb24741c36f4cc44213bd84a31d512e285758434b /package
parentf3f0dcc909cd4ff3a34e356d2dae80d3df203ad1 (diff)
downloadbuildroot-f93de3fb20469d16d54db83be647c3bdf1f57dee.tar.gz
buildroot-f93de3fb20469d16d54db83be647c3bdf1f57dee.zip
luainterpreter: add host variant
host-luainterpreter is host-lua or host-luajit Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/luainterpreter/luainterpreter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/luainterpreter/luainterpreter.mk b/package/luainterpreter/luainterpreter.mk
index aa02696b25..4ef0a45c7f 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))
OpenPOWER on IntegriCloud