diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-12 08:42:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-12 08:42:48 +0000 |
commit | 842526979ac275c50564904b04e065dacf650068 (patch) | |
tree | bf17a50c1e290ed2f438315060844dc22865c170 /openembedded/packages | |
parent | bc8ad1b1cda0dd21b5b0b816b386b0bf96d5891a (diff) | |
download | poky-842526979ac275c50564904b04e065dacf650068.tar.gz |
task-oh: Fix task-oh-standard to append zaurusd properly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@459 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/meta/task-oh.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb index a0c834a1bf..95676e8d5e 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 = "r31" | 4 | PR = "r32" |
5 | 5 | ||
6 | ALLOW_EMPTY = "1" | 6 | ALLOW_EMPTY = "1" |
7 | 7 | ||
@@ -84,9 +84,9 @@ RDEPENDS_task-oh-standard := "\ | |||
84 | gnome-vfs-plugin-http \ | 84 | gnome-vfs-plugin-http \ |
85 | gtk-theme-clearlooks" | 85 | gtk-theme-clearlooks" |
86 | 86 | ||
87 | RDEPENDS_task-oh-standard_c7x0 += "zaurusd" | 87 | RDEPENDS_task-oh-standard_append_c7x0 = " zaurusd " |
88 | RDEPENDS_task-oh-standard_spitz += "zaurusd" | 88 | RDEPENDS_task-oh-standard_append_spitz = " zaurusd " |
89 | RDEPENDS_task-oh-standard_akita += "zaurusd" | 89 | RDEPENDS_task-oh-standard_append_akita = " zaurusd " |
90 | 90 | ||
91 | # minimo \ | 91 | # minimo \ |
92 | # teleport \ | 92 | # teleport \ |