gnomeos: Pull in ICU
This commit is contained in:
parent
55f6998d37
commit
85d9b13bfd
|
|
@ -18,6 +18,7 @@ IMAGE_INSTALL = "libuuid1 \
|
||||||
libvorbis \
|
libvorbis \
|
||||||
libstdc++6 \
|
libstdc++6 \
|
||||||
libgnutls26 \
|
libgnutls26 \
|
||||||
|
icu \
|
||||||
"
|
"
|
||||||
|
|
||||||
RECIPE_PACKAGES = "task-core-boot \
|
RECIPE_PACKAGES = "task-core-boot \
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,5 @@ IMAGE_INSTALL += "libuuid-dev \
|
||||||
libtasn1-bin \
|
libtasn1-bin \
|
||||||
libgcrypt-dev \
|
libgcrypt-dev \
|
||||||
libgnutls-dev \
|
libgnutls-dev \
|
||||||
|
icu-dev \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue