image: install ncurses-terminfo 90/44690/1
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 24 Jul 2015 14:14:54 +0000 (11:14 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 24 Jul 2015 15:54:06 +0000 (12:54 -0300)
Without that, terminal are pretty much useless, as several
things don't work, and no ncurses app would actually work.

Change-Id: I639856a76491307b52044ba18e6434af66d6969f
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb

index cacfcf8..181cc2e 100644 (file)
@@ -48,6 +48,7 @@ CORE_IMAGE_BASE_INSTALL += "bash"
 CORE_IMAGE_BASE_INSTALL += "psmisc"
 CORE_IMAGE_BASE_INSTALL += "coreutils"
 CORE_IMAGE_BASE_INSTALL += "procps"
+CORE_IMAGE_BASE_INSTALL += "ncurses-terminfo"
 
 # Fonts
 CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-fonts-ttf"