summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-02-23 18:00:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-05 22:03:13 +0100
commitffffc0e84a85105bf2a82bec39c88a21710f725d (patch)
treecc4876dc9b70729e47009db0ea16155e5e4e9c0e
parent711522e997d28bf2d3c0594aad8100e19bdab1fc (diff)
downloadbuildroot-ffffc0e84a85105bf2a82bec39c88a21710f725d.tar.gz
buildroot-ffffc0e84a85105bf2a82bec39c88a21710f725d.zip
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>
-rw-r--r--package/luabitop/luabitop.mk5
1 files 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
OpenPOWER on IntegriCloud