From ffffc0e84a85105bf2a82bec39c88a21710f725d Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Thu, 23 Feb 2017 18:00:46 +0100 Subject: [PATCH] luabitop: use PKG_NAME_UPSTREAM Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- package/luabitop/luabitop.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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