Browse Source

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>
Maxime Hadjinlian 10 years ago
parent
commit
c37e0c8008
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/linenoise/linenoise.mk

+ 2 - 1
package/linenoise/linenoise.mk

@@ -4,9 +4,10 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-LINENOISE_VERSION = 828b9dacc52d4ad5a15c89be8fb8691d224f9a4f
+LINENOISE_VERSION = cf1bdf5f89e10b504a0bec3efc8a8587eadecd2c
 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
 LINENOISE_LICENSE = BSD-2c
 LINENOISE_LICENSE = BSD-2c
+LINENOISE_LICENSE_FILES = LICENSE
 LINENOISE_INSTALL_STAGING = YES
 LINENOISE_INSTALL_STAGING = YES
 # Static library only, nothing to install on target
 # Static library only, nothing to install on target
 LINENOISE_INSTALL_TARGET = NO
 LINENOISE_INSTALL_TARGET = NO