From 899adeeaabb9bb44f0520c328603adc6361429ac Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 1 Mar 2010 14:52:38 +0100 Subject: [PATCH] task-shr-minimal: we need MACHINE_ARCH, because task-base and MACHINE_TASK_PROVIDER are machine specific Signed-off-by: Martin Jansa --- recipes/tasks/task-shr-minimal.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- 2.39.5