summaryrefslogtreecommitdiffstats
path: root/package/lua-csnappy
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-02-23 18:00:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-02 22:47:49 +0100
commit79923a6bdc18a7ea178aaa2364e3fcd33905c418 (patch)
treec64d00a9b8ba9ed9d1fef9a57012e978c18a9a9f /package/lua-csnappy
parent4be4d75916ec7c4908428fca204e53a9679ce0cf (diff)
downloadbuildroot-79923a6bdc18a7ea178aaa2364e3fcd33905c418.tar.gz
buildroot-79923a6bdc18a7ea178aaa2364e3fcd33905c418.zip
lua-csnappy: 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>
Diffstat (limited to 'package/lua-csnappy')
-rw-r--r--package/lua-csnappy/lua-csnappy.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/lua-csnappy/lua-csnappy.mk b/package/lua-csnappy/lua-csnappy.mk
index 073925917d..1867b60e7a 100644
--- a/package/lua-csnappy/lua-csnappy.mk
+++ b/package/lua-csnappy/lua-csnappy.mk
@@ -4,9 +4,7 @@
#
################################################################################
-LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.4
-LUA_CSNAPPY_VERSION = $(LUA_CSNAPPY_VERSION_UPSTREAM)-1
-LUA_CSNAPPY_SUBDIR = lua-csnappy-$(LUA_CSNAPPY_VERSION_UPSTREAM)
+LUA_CSNAPPY_VERSION = 0.1.4-1
LUA_CSNAPPY_LICENSE = BSD-3c
LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT
OpenPOWER on IntegriCloud