gnomeos: Pull in ncurses terminfo into base, and -dev into -devel image

We need the ncurses-dev to compile texinfo, and the terminfo
is important to have in the base info.
This commit is contained in:
Colin Walters 2012-01-29 16:32:39 -05:00
parent 8c878ebb86
commit 5477dc5273
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ IMAGE_INSTALL = "libuuid1 \
pam-plugin-succeed-if \ pam-plugin-succeed-if \
pam-plugin-permit \ pam-plugin-permit \
pam-plugin-nologin \ pam-plugin-nologin \
ncurses-terminfo-base \
" "
RDEPENDS += "tiff \ RDEPENDS += "tiff \

View File

@ -44,4 +44,5 @@ IMAGE_INSTALL += "libc6-dev \
icu-dev \ icu-dev \
curl-dev \ curl-dev \
libcurl-dev \ libcurl-dev \
ncurses-dev \
" "