diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-02-23 18:00:30 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-02 22:47:45 +0100 |
commit | 4be4d75916ec7c4908428fca204e53a9679ce0cf (patch) | |
tree | a3098b7d16c05d8680ae1f138c201fdd18c40ee6 | |
parent | ac476821f1e006f3a2a7af1a1e6e597d380b8885 (diff) | |
download | buildroot-4be4d75916ec7c4908428fca204e53a9679ce0cf.tar.gz buildroot-4be4d75916ec7c4908428fca204e53a9679ce0cf.zip |
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>
-rw-r--r-- | package/ljlinenoise/ljlinenoise.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/ljlinenoise/ljlinenoise.mk b/package/ljlinenoise/ljlinenoise.mk index aca635885a..edcbdc95df 100644 --- a/package/ljlinenoise/ljlinenoise.mk +++ b/package/ljlinenoise/ljlinenoise.mk @@ -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 |