diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-01 14:52:38 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-01 16:54:53 +0100 |
commit | 899adeeaabb9bb44f0520c328603adc6361429ac (patch) | |
tree | 06c978ff002997aed08c8b58611c85c031fcc4c3 /recipes/tasks | |
parent | 517816ac3c3d43cb53569955ad6705f468da6cf4 (diff) |
task-shr-minimal: we need MACHINE_ARCH, because task-base and MACHINE_TASK_PROVIDER are machine specific
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index b73c6affb9..fb483dd5e3 100644 --- a/recipes/tasks/task-shr-minimal.bb +++ b/recipes/tasks/task-shr-minimal.bb @@ -1,10 +1,12 @@ DESCRIPTION = "SHR Lite Image Feed" -PR = "r24" +PR = "r25" PV = "2.0" LICENSE = "GPL" inherit task +PACKAGE_ARCH = "${MACHINE_ARCH}" + def get_rdepends(bb, d): enabled = bb.data.getVar("ENABLE_BINARY_LOCALE_GENERATION", d, 1) @@ -116,6 +118,7 @@ RDEPENDS_${PN}-x = "\ " RDEPENDS_${PN}-apps = "\ + fso-abyss \ task-fso2-compliance \ phoneui-apps-messages \ phoneui-apps-contacts \ |