summaryrefslogtreecommitdiffstats
path: root/package/wsapi
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:04 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:17 +0100
commit95176657e57e54671344cc6cc61249780100aef2 (patch)
treee766c63218dd1b5a8a91389fe64ef50815004105 /package/wsapi
parentb38992449890753504a7c846837fdfc9a5142f99 (diff)
downloadbuildroot-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/wsapi')
-rw-r--r--package/wsapi/wsapi.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk
index 76d2d88fee..ad62a05f5a 100644
--- a/package/wsapi/wsapi.mk
+++ b/package/wsapi/wsapi.mk
@@ -7,6 +7,8 @@
WSAPI_VERSION = 1.7-1
WSAPI_SUBDIR = wsapi
WSAPI_LICENSE = MIT
-WSAPI_LICENSE_FILES = $(WSAPI_SUBDIR)/doc/us/license.html
+WSAPI_LICENSE_FILES = \
+ $(WSAPI_SUBDIR)/doc/us/license.html \
+ $(WSAPI_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud