diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-02-23 18:00:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-05 22:03:13 +0100 |
commit | ffffc0e84a85105bf2a82bec39c88a21710f725d (patch) | |
tree | cc4876dc9b70729e47009db0ea16155e5e4e9c0e | |
parent | 711522e997d28bf2d3c0594aad8100e19bdab1fc (diff) | |
download | buildroot-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.mk | 5 |
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 |