diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-12-19 09:17:04 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-31 17:43:17 +0100 |
| commit | 95176657e57e54671344cc6cc61249780100aef2 (patch) | |
| tree | e766c63218dd1b5a8a91389fe64ef50815004105 /package/luaexpat | |
| parent | b38992449890753504a7c846837fdfc9a5142f99 (diff) | |
| download | buildroot-95176657e57e54671344cc6cc61249780100aef2.tar.gz buildroot-95176657e57e54671344cc6cc61249780100aef2.zip | |
package/lua*: regeneration of *.mk files
This commit aligns the .mk files of Lua packages so that they match
with the output of the recently added Buildroot addon for Luarocks.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/luaexpat')
| -rw-r--r-- | package/luaexpat/luaexpat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luaexpat/luaexpat.mk b/package/luaexpat/luaexpat.mk index 2b715bc0ab..8c86b24f26 100644 --- a/package/luaexpat/luaexpat.mk +++ b/package/luaexpat/luaexpat.mk @@ -5,8 +5,8 @@ ################################################################################ LUAEXPAT_VERSION = 1.3.3-1 -LUAEXPAT_DEPENDENCIES = expat LUAEXPAT_LICENSE = MIT LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/LICENSE +LUAEXPAT_DEPENDENCIES = expat $(eval $(luarocks-package)) |

