diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-22 12:14:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-22 12:14:43 +0000 |
| commit | b9d1ce921bca4c2186051d330021c7011c137c23 (patch) | |
| tree | c8048317b185bad462a70341db88d42a88b3c120 | |
| parent | c9fb91381253969dd4b65f8b52991696afd32e3d (diff) | |
| download | poky-b9d1ce921bca4c2186051d330021c7011c137c23.tar.gz | |
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
| -rw-r--r-- | openembedded/packages/meta/task-oh.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb index 43dc950a7d..27c337dcf5 100644 --- a/openembedded/packages/meta/task-oh.bb +++ b/openembedded/packages/meta/task-oh.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras" | 1 | PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras" |
| 2 | DESCRIPTION = "Tasks for OpenedHand Poky" | 2 | DESCRIPTION = "Tasks for OpenedHand Poky" |
| 3 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 3 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
| 4 | PR = "r30" | 4 | PR = "r31" |
| 5 | 5 | ||
| 6 | ALLOW_EMPTY = "1" | 6 | ALLOW_EMPTY = "1" |
| 7 | 7 | ||
| @@ -66,7 +66,6 @@ RDEPENDS_task-oh-standard := "\ | |||
| 66 | matchbox-applet-inputmanager \ | 66 | matchbox-applet-inputmanager \ |
| 67 | matchbox-applet-startup-monitor \ | 67 | matchbox-applet-startup-monitor \ |
| 68 | xcursor-transparent-theme \ | 68 | xcursor-transparent-theme \ |
| 69 | zaurusd \ | ||
| 70 | usbinit \ | 69 | usbinit \ |
| 71 | settings-daemon \ | 70 | settings-daemon \ |
| 72 | gtk-clearlooks-engine \ | 71 | gtk-clearlooks-engine \ |
| @@ -84,6 +83,10 @@ RDEPENDS_task-oh-standard := "\ | |||
| 84 | gnome-vfs-plugin-http \ | 83 | gnome-vfs-plugin-http \ |
| 85 | gtk-theme-clearlooks" | 84 | gtk-theme-clearlooks" |
| 86 | 85 | ||
| 86 | RDEPENDS_task-oh-standard_c7x0 += "zaurusd" | ||
| 87 | RDEPENDS_task-oh-standard_spitz += "zaurusd" | ||
| 88 | RDEPENDS_task-oh-standard_akita += "zaurusd" | ||
| 89 | |||
| 87 | # minimo \ | 90 | # minimo \ |
| 88 | # teleport \ | 91 | # teleport \ |
| 89 | # xst \ | 92 | # xst \ |
