[Buildroot] [git commit] linenoise: bump version and license

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Nov 1 20:34:34 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=c37e0c8008ebb96a954a0a6f6bc568845d83ee53
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The project now comes with a LICENSE_FILES.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 aff0c7d..7321564 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


More information about the buildroot mailing list