mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
luabitop: use PKG_NAME_UPSTREAM
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:
committed by
Thomas Petazzoni
parent
711522e997
commit
ffffc0e84a
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUABITOP_VERSION_UPSTREAM = 1.0.2
|
||||
LUABITOP_VERSION = $(LUABITOP_VERSION_UPSTREAM)-1
|
||||
LUABITOP_SUBDIR = LuaBitOp-$(LUABITOP_VERSION_UPSTREAM)
|
||||
LUABITOP_VERSION = 1.0.2-1
|
||||
LUABITOP_NAME_UPSTREAM = LuaBitOp
|
||||
LUABITOP_LICENSE = MIT
|
||||
LUABITOP_LICENSE_FILES = $(LUABITOP_SUBDIR)/README
|
||||
|
||||
|
||||
Reference in New Issue
Block a user