gnomeos: Pull in curl, zip, and eglibc locales

Various build deps.
This commit is contained in:
Colin Walters 2012-01-19 18:31:10 -05:00
parent 16f2f5f7e5
commit e1099cad57
2 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,10 @@ IMAGE_INSTALL = "libuuid1 \
libstdc++6 \
libgnutls26 \
icu \
tzdata \
curl \
eglibc-gconvs \
eglibc-binaries \
"
RECIPE_PACKAGES = "task-core-boot \
@ -33,7 +37,8 @@ RECIPE_PACKAGES = "task-core-boot \
libpam \
ncurses \
python-modules \
python-misc"
python-misc \
"
PACKAGE_INSTALL = "${RECIPE_PACKAGES} ${IMAGE_INSTALL}"

View File

@ -12,6 +12,7 @@ RECIPE_PACKAGES += "task-core-sdk \
bison flex \
git \
gdb \
zip \
libxml-parser-perl \
gettext-dev \
"
@ -36,4 +37,6 @@ IMAGE_INSTALL += "libuuid-dev \
libgcrypt-dev \
libgnutls-dev \
icu-dev \
curl-dev \
libcurl-dev \
"