From b9d1ce921bca4c2186051d330021c7011c137c23 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard@openedhand.com>
Date: Mon, 22 May 2006 12:14:43 +0000
Subject: task-oh: Make zaurusd machine specific (its not needed for nokia770
 and causes problems with tslib)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@396 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 openembedded/packages/meta/task-oh.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
index 43dc950a7..27c337dcf 100644
--- a/openembedded/packages/meta/task-oh.bb
+++ b/openembedded/packages/meta/task-oh.bb
@@ -1,7 +1,7 @@
 PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
 DESCRIPTION = "Tasks for OpenedHand Poky"
 MAINTAINER = "Richard Purdie <richard@openedhand.com>"
-PR = "r30"
+PR = "r31"
 
 ALLOW_EMPTY = "1"
 
@@ -66,7 +66,6 @@ RDEPENDS_task-oh-standard := "\
     matchbox-applet-inputmanager \
     matchbox-applet-startup-monitor \
     xcursor-transparent-theme \
-    zaurusd \
     usbinit \
     settings-daemon \
     gtk-clearlooks-engine \
@@ -84,6 +83,10 @@ RDEPENDS_task-oh-standard := "\
     gnome-vfs-plugin-http \
     gtk-theme-clearlooks"
 
+RDEPENDS_task-oh-standard_c7x0 += "zaurusd"
+RDEPENDS_task-oh-standard_spitz += "zaurusd"
+RDEPENDS_task-oh-standard_akita += "zaurusd"
+
 #    minimo \
 #    teleport \
 #    xst \
-- 
cgit v1.2.3