From 56a9131373d149ca4a6162bd5f9bc0b943d87cb6 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Thu, 23 Feb 2017 18:00:34 +0100 Subject: [PATCH] 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) Signed-off-by: Thomas Petazzoni --- package/lunit/lunit.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/lunit/lunit.mk b/package/lunit/lunit.mk index 3c557f8748..34e22db757 100644 --- a/package/lunit/lunit.mk +++ b/package/lunit/lunit.mk @@ -4,9 +4,7 @@ # ################################################################################ -LUNIT_VERSION_UPSTREAM = 0.5 -LUNIT_VERSION = $(LUNIT_VERSION_UPSTREAM)-2 -LUNIT_SUBDIR = lunit-$(LUNIT_VERSION_UPSTREAM) +LUNIT_VERSION = 0.5-2 LUNIT_LICENSE = MIT LUNIT_LICENSE_FILES = $(LUNIT_SUBDIR)/LICENSE