diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 04:20:30 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 04:20:30 +0100 |
commit | eb78a0c891f64441eaacc7fb8f464b01e1f8af74 (patch) | |
tree | 77c8f321189f8989ed49f1fc4675a0f01d1e5df6 /recipes/tasks | |
parent | f0df2d8cfcc5cf4b3f17470d16de257e18636311 (diff) |
task-shr-minimal: readd utf-8 charmap
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index 00524be656..2c6c0400f5 100644 --- a/recipes/tasks/task-shr-minimal.bb +++ b/recipes/tasks/task-shr-minimal.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Lite Image Feed" -PR = "r22" +PR = "r23" PV = "2.0" LICENSE = "GPL" @@ -65,6 +65,8 @@ PACKAGES += "\ RDEPENDS_${PN}-base = "\ ${MACHINE_TASK_PROVIDER} \ task-base \ + glibc-utils \ + glibc-charmap-utf-8 \ netbase \ sysfsutils \ modutils-initscripts \ |