diff options
| author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-10-26 19:45:23 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 21:34:34 +0100 |
| commit | c37e0c8008ebb96a954a0a6f6bc568845d83ee53 (patch) | |
| tree | dccea0f812ea30e731cf8817657544e191865dec /package | |
| parent | 9dce472f4115ba623d23d157984fddc7bf86fed3 (diff) | |
linenoise: bump version and license
The project now comes with a LICENSE_FILES.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
| -rw-r--r-- | package/linenoise/linenoise.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk index aff0c7d38..7321564d2 100644 --- a/package/linenoise/linenoise.mk +++ b/package/linenoise/linenoise.mk @@ -4,9 +4,10 @@ # ################################################################################ -LINENOISE_VERSION = 828b9dacc52d4ad5a15c89be8fb8691d224f9a4f +LINENOISE_VERSION = cf1bdf5f89e10b504a0bec3efc8a8587eadecd2c LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION)) LINENOISE_LICENSE = BSD-2c +LINENOISE_LICENSE_FILES = LICENSE LINENOISE_INSTALL_STAGING = YES # Static library only, nothing to install on target LINENOISE_INSTALL_TARGET = NO |
