summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-14 13:00:03 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-14 13:00:03 +0000
commit7b663c1ac26daad55eb71c9cb75b531251446c88 (patch)
tree75fac1449b29a3a3646c716248e1bec447d211fd /openembedded
parent81ccbbb177b848e4922f1d3599e6d4a8789149ec (diff)
downloadpoky-7b663c1ac26daad55eb71c9cb75b531251446c88.tar.gz
task-oh: Move mb-desktop into oh-standard
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@483 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/meta/task-oh.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
index 92ca2985f2..f1d1375e84 100644
--- a/openembedded/packages/meta/task-oh.bb
+++ b/openembedded/packages/meta/task-oh.bb
@@ -1,7 +1,7 @@
1PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras" 1PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
2DESCRIPTION = "Tasks for OpenedHand Poky" 2DESCRIPTION = "Tasks for OpenedHand Poky"
3MAINTAINER = "Richard Purdie <richard@openedhand.com>" 3MAINTAINER = "Richard Purdie <richard@openedhand.com>"
4PR = "r34" 4PR = "r35"
5 5
6ALLOW_EMPTY = "1" 6ALLOW_EMPTY = "1"
7 7
@@ -33,7 +33,8 @@ RDEPENDS_task-oh-boot-min-extras := "\
33 udev-utils" 33 udev-utils"
34 34
35RDEPENDS_task-oh-base := "\ 35RDEPENDS_task-oh-base := "\
36 matchbox \ 36 matchbox-common \
37 matchbox-wm \
37 matchbox-keyboard \ 38 matchbox-keyboard \
38 matchbox-panel \ 39 matchbox-panel \
39 xserver-kdrive-common \ 40 xserver-kdrive-common \
@@ -55,6 +56,7 @@ RDEPENDS_task-oh-standard := "\
55 leafpad \ 56 leafpad \
56 dropbear \ 57 dropbear \
57 portmap \ 58 portmap \
59 matchbox-desktop \
58 matchbox-poky \ 60 matchbox-poky \
59 matchbox-keyboard \ 61 matchbox-keyboard \
60 matchbox-stroke \ 62 matchbox-stroke \