package/luainterpreter: convert to the virtual-package infrastructure
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Mike Zick <minimod@morethan.org> Cc: Francois Perrad <fperrad@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c16877974f
commit
10650a7125
@ -4,15 +4,6 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAINTERPRETER_SOURCE =
|
||||
LUAINTERPRETER_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_LUAINTERPRETER))
|
||||
|
||||
LUAINTERPRETER_ABIVER = $(call qstrip,$(BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION))
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y)
|
||||
ifeq ($(LUAINTERPRETER_DEPENDENCIES),)
|
||||
$(error No lua interpreter implementation selected. Configuration error.)
|
||||
endif
|
||||
endif
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(virtual-package))
|
||||
|
Loading…
Reference in New Issue
Block a user