package/luasyslog: needs host-luarocks
host-luarocks is needed since bump to version 2.2.0 as the package is now using autotools infrastructure instead of luarocks Fixes: - http://autobuild.buildroot.org/results/f6a9615e965905bdc0a1e62020e4b27d6653693f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6bd6d0ecb5
commit
91d5fe43e4
@ -6,7 +6,7 @@
|
||||
|
||||
LUASYSLOG_VERSION = 2.2.0
|
||||
LUASYSLOG_SITE = $(call github,ntd,luasyslog,$(LUASYSLOG_VERSION))
|
||||
LUASYSLOG_DEPENDENCIES = luainterpreter
|
||||
LUASYSLOG_DEPENDENCIES = host-luarocks luainterpreter
|
||||
LUASYSLOG_LICENSE = MIT
|
||||
LUASYSLOG_LICENSE_FILES = COPYING
|
||||
# fetching from github
|
||||
|
Loading…
Reference in New Issue
Block a user