diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-24 11:14:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-24 13:41:18 -0300 |
commit | 83d55082a1f5dfdb101bd497f019dfa4015a1707 (patch) | |
tree | 30cb0acd5eda6e779a75605d04bb470fbf91f7e0 | |
parent | dd02707c9e82dbacbc9ccadb6bd55790e048ee73 (diff) | |
download | tizen-distro-83d55082a1f5dfdb101bd497f019dfa4015a1707.tar.gz tizen-distro-83d55082a1f5dfdb101bd497f019dfa4015a1707.tar.bz2 tizen-distro-83d55082a1f5dfdb101bd497f019dfa4015a1707.zip |
meta-tizen: image: install ncurses-terminfo
Without that, terminal are pretty much useless, as several
things don't work, and no ncurses app would actually work.
Change-Id: I639856a76491307b52044ba18e6434af66d6969f
(From meta-tizen rev: 7f49da3ec342064a92c646e6d398afe63acaea92)
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb b/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb index cacfcf8ed7..181cc2e183 100644 --- a/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb +++ b/meta-tizen/meta-tizen-common-base/recipes-image/images/tizen-core-image-minimal.bb @@ -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" |