gnomeos: Pull in curl, zip, and eglibc locales
Various build deps.
This commit is contained in:
parent
16f2f5f7e5
commit
e1099cad57
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue