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) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ad82a2f65d
commit
4709f7bd56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user