From: Arnout Vandecappelle Date: Thu, 23 Feb 2017 17:00:46 +0000 (+0100) Subject: luabitop: use PKG_NAME_UPSTREAM X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffffc0e84a85105bf2a82bec39c88a21710f725d;p=buildroot.git luabitop: use PKG_NAME_UPSTREAM Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/luabitop/luabitop.mk b/package/luabitop/luabitop.mk index 5ced99b327..a36a2feaf1 100644 --- a/package/luabitop/luabitop.mk +++ b/package/luabitop/luabitop.mk @@ -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