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>
This commit is contained in:
parent
79923a6bdc
commit
ad82a2f65d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user