From 4709f7bd568931772483fb78d13d5a0a1a6b914f Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Thu, 23 Feb 2017 18:00:33 +0100 Subject: [PATCH] luacrypto: 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/luacrypto/luacrypto.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/luacrypto/luacrypto.mk b/package/luacrypto/luacrypto.mk index b0e972c629..b6dbb9999f 100644 --- a/package/luacrypto/luacrypto.mk +++ b/package/luacrypto/luacrypto.mk @@ -4,9 +4,7 @@ # ################################################################################ -LUACRYPTO_VERSION_UPSTREAM = 0.3.2 -LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1 -LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM) +LUACRYPTO_VERSION = 0.3.2-1 LUACRYPTO_LICENSE = MIT LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING LUACRYPTO_DEPENDENCIES = openssl