ljlinenoise: remove default definition of PKG_SUBDIR

The luarocks infra already provides the correct default value for
PKG_SUBDIR, so it doesn't have to be defined in the .mk file.

Therefore, _VERSION_UPSTREAM doesn't need to be defined either.

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:
Arnout Vandecappelle 2017-02-23 18:00:30 +01:00 committed by Thomas Petazzoni
parent ac476821f1
commit 4be4d75916

View File

@ -4,9 +4,7 @@
#
################################################################################
LJLINENOISE_VERSION_UPSTREAM = 0.1.2
LJLINENOISE_VERSION = $(LJLINENOISE_VERSION_UPSTREAM)-1
LJLINENOISE_SUBDIR = ljlinenoise-$(LJLINENOISE_VERSION_UPSTREAM)
LJLINENOISE_VERSION = 0.1.2-1
LJLINENOISE_LICENSE = MIT
LJLINENOISE_LICENSE_FILES = $(LJLINENOISE_SUBDIR)/COPYRIGHT