mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b389924498
commit
95176657e5
@@ -4,8 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ARGPARSE_VERSION_UPSTREAM = 0.6.0
|
||||
ARGPARSE_VERSION = $(ARGPARSE_VERSION_UPSTREAM)-1
|
||||
ARGPARSE_VERSION = 0.6.0-1
|
||||
ARGPARSE_SUBDIR = argparse
|
||||
ARGPARSE_LICENSE = MIT
|
||||
ARGPARSE_LICENSE_FILES = $(ARGPARSE_SUBDIR)/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user