From: Arnout Vandecappelle Date: Thu, 23 Feb 2017 17:00:34 +0000 (+0100) Subject: lunit: remove default definition of PKG_SUBDIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56a9131373d149ca4a6162bd5f9bc0b943d87cb6;p=buildroot.git 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 --- 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