[Buildroot] [git commit] ncurses: reinstall l/linux terminfo file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Aug 5 12:21:31 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=b0215a1a17f7c2ed11abfd02b47b6c7853260f40
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This file was installed prior to the refactoring done in commit
33ba5188351ece027455e460f6cba4245af49f3a ("ncurses: factorize terminfo
files installation").

Reported-by: Benoît Allard <benoit.allard at greenbone.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ncurses/ncurses.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 614b6ce..2764824 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -57,6 +57,7 @@ NCURSES_LIBS-$(BR2_PACKAGE_NCURSES_TARGET_FORM) += form
 
 NCURSES_TERMINFO_FILES = \
 	a/ansi \
+	l/linux \
 	p/putty \
 	p/putty-vt100 \
 	s/screen \


More information about the buildroot mailing list