buildroot/package/lunit/lunit.mk
Arnout Vandecappelle 56a9131373 lunit: remove default definition of PKG_SUBDIR
The luarocks infra already provides the correct default value for
PKG_SUBDIR, so it doesn't have to be defined in the .mk file.

Therefore, _VERSION_UPSTREAM doesn't need to be defined either.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-02 22:48:00 +01:00

12 lines
292 B
Makefile

################################################################################
#
# lunit
#
################################################################################
LUNIT_VERSION = 0.5-2
LUNIT_LICENSE = MIT
LUNIT_LICENSE_FILES = $(LUNIT_SUBDIR)/LICENSE
$(eval $(luarocks-package))