From c37e0c8008ebb96a954a0a6f6bc568845d83ee53 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Sun, 26 Oct 2014 19:45:23 +0100 Subject: [PATCH] linenoise: bump version and license The project now comes with a LICENSE_FILES. Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- package/linenoise/linenoise.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk index aff0c7d384..7321564d29 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