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 \
|
libstdc++6 \
|
||||||
libgnutls26 \
|
libgnutls26 \
|
||||||
icu \
|
icu \
|
||||||
|
tzdata \
|
||||||
|
curl \
|
||||||
|
eglibc-gconvs \
|
||||||
|
eglibc-binaries \
|
||||||
"
|
"
|
||||||
|
|
||||||
RECIPE_PACKAGES = "task-core-boot \
|
RECIPE_PACKAGES = "task-core-boot \
|
||||||
|
|
@ -33,7 +37,8 @@ RECIPE_PACKAGES = "task-core-boot \
|
||||||
libpam \
|
libpam \
|
||||||
ncurses \
|
ncurses \
|
||||||
python-modules \
|
python-modules \
|
||||||
python-misc"
|
python-misc \
|
||||||
|
"
|
||||||
|
|
||||||
PACKAGE_INSTALL = "${RECIPE_PACKAGES} ${IMAGE_INSTALL}"
|
PACKAGE_INSTALL = "${RECIPE_PACKAGES} ${IMAGE_INSTALL}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ RECIPE_PACKAGES += "task-core-sdk \
|
||||||
bison flex \
|
bison flex \
|
||||||
git \
|
git \
|
||||||
gdb \
|
gdb \
|
||||||
|
zip \
|
||||||
libxml-parser-perl \
|
libxml-parser-perl \
|
||||||
gettext-dev \
|
gettext-dev \
|
||||||
"
|
"
|
||||||
|
|
@ -36,4 +37,6 @@ IMAGE_INSTALL += "libuuid-dev \
|
||||||
libgcrypt-dev \
|
libgcrypt-dev \
|
||||||
libgnutls-dev \
|
libgnutls-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
|
curl-dev \
|
||||||
|
libcurl-dev \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue