task-shr-minimal: we need MACHINE_ARCH, because task-base and MACHINE_TASK_PROVIDER...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 1 Mar 2010 13:52:38 +0000 (14:52 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 1 Mar 2010 15:54:53 +0000 (16:54 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/tasks/task-shr-minimal.bb

index b73c6af..fb483dd 100644 (file)
@@ -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 \