[Buildroot] [git commit] ncurses: Copy terminfo for 'dumb' terminal

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jun 4 07:54:52 UTC 2017


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

Definition of 'dumb' terminal is required to be able to call 'top -b'
from 'procps-ng'.

Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
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 2b99d3f..d8ad9dd 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -47,6 +47,7 @@ endif
 
 NCURSES_TERMINFO_FILES = \
 	a/ansi \
+	d/dumb \
 	l/linux \
 	p/putty \
 	p/putty-vt100 \


More information about the buildroot mailing list