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:
parent
8c878ebb86
commit
5477dc5273
|
|
@ -33,6 +33,7 @@ IMAGE_INSTALL = "libuuid1 \
|
|||
pam-plugin-succeed-if \
|
||||
pam-plugin-permit \
|
||||
pam-plugin-nologin \
|
||||
ncurses-terminfo-base \
|
||||
"
|
||||
|
||||
RDEPENDS += "tiff \
|
||||
|
|
|
|||
|
|
@ -44,4 +44,5 @@ IMAGE_INSTALL += "libc6-dev \
|
|||
icu-dev \
|
||||
curl-dev \
|
||||
libcurl-dev \
|
||||
ncurses-dev \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue