summaryrefslogtreecommitdiffstats
path: root/package/lua-iconv
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-02-23 18:00:32 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-02 22:47:52 +0100
commitad82a2f65de06126da2928a451020129757f3a2a (patch)
tree6def28602a9a2548161afc0f3b52f8d5b8589aa2 /package/lua-iconv
parent79923a6bdc18a7ea178aaa2364e3fcd33905c418 (diff)
downloadbuildroot-ad82a2f65de06126da2928a451020129757f3a2a.tar.gz
buildroot-ad82a2f65de06126da2928a451020129757f3a2a.zip
lua-iconv: 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-iconv')
-rw-r--r--package/lua-iconv/lua-iconv.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/lua-iconv/lua-iconv.mk b/package/lua-iconv/lua-iconv.mk
index f0afa2b85e..dd7533af59 100644
--- a/package/lua-iconv/lua-iconv.mk
+++ b/package/lua-iconv/lua-iconv.mk
@@ -4,9 +4,7 @@
#
################################################################################
-LUA_ICONV_VERSION_UPSTREAM = 7
-LUA_ICONV_VERSION = $(LUA_ICONV_VERSION_UPSTREAM)-1
-LUA_ICONV_SUBDIR = lua-iconv-$(LUA_ICONV_VERSION_UPSTREAM)
+LUA_ICONV_VERSION = 7-1
LUA_ICONV_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
LUA_ICONV_LICENSE = MIT
LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING
OpenPOWER on IntegriCloud