diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-05 21:38:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-05 21:38:48 +0000 |
commit | aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3 (patch) | |
tree | 148108bef8e4845ef46f08ceef7a3abbe7f7d6ea /meta/packages | |
parent | 2e38d27de07c6703bafa6c623e24cc06159914ae (diff) | |
download | poky-aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3.tar.gz |
task-poky: Split task-poky-x11-sato into a separate file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4593 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tasks/task-poky-x11-sato.bb | 30 | ||||
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 20 |
2 files changed, 31 insertions, 19 deletions
diff --git a/meta/packages/tasks/task-poky-x11-sato.bb b/meta/packages/tasks/task-poky-x11-sato.bb new file mode 100644 index 0000000000..3d272c1398 --- /dev/null +++ b/meta/packages/tasks/task-poky-x11-sato.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007-2008 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | DESCRIPTION = "Sato Tasks for Poky" | ||
6 | PR = "r28" | ||
7 | |||
8 | PACKAGES = "\ | ||
9 | task-poky-x11-sato \ | ||
10 | task-poky-x11-sato-dbg \ | ||
11 | task-poky-x11-sato-dev \ | ||
12 | " | ||
13 | |||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
15 | |||
16 | ALLOW_EMPTY = "1" | ||
17 | |||
18 | NETWORK_MANAGER ?= "networkmanager-applet" | ||
19 | RDEPENDS_task-poky-x11-sato = "\ | ||
20 | matchbox-desktop \ | ||
21 | matchbox-session-sato \ | ||
22 | matchbox-keyboard \ | ||
23 | matchbox-stroke \ | ||
24 | matchbox-config-gtk \ | ||
25 | matchbox-themes-gtk \ | ||
26 | xcursor-transparent-theme \ | ||
27 | sato-icon-theme \ | ||
28 | settings-daemon \ | ||
29 | gtk-sato-engine \ | ||
30 | ${NETWORK_MANAGER}" | ||
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 6f18398799..7cbdd30aa3 100644 --- a/meta/packages/tasks/task-poky.bb +++ b/meta/packages/tasks/task-poky.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r27" | 6 | PR = "r28" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |
@@ -18,9 +18,6 @@ PACKAGES = "\ | |||
18 | task-poky-x11-base \ | 18 | task-poky-x11-base \ |
19 | task-poky-x11-base-dbg \ | 19 | task-poky-x11-base-dbg \ |
20 | task-poky-x11-base-dev \ | 20 | task-poky-x11-base-dev \ |
21 | task-poky-x11-sato \ | ||
22 | task-poky-x11-sato-dbg \ | ||
23 | task-poky-x11-sato-dev \ | ||
24 | " | 21 | " |
25 | 22 | ||
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -65,18 +62,3 @@ RDEPENDS_task-poky-apps-x11-core = "\ | |||
65 | 62 | ||
66 | RDEPENDS_task-poky-apps-x11-games = "\ | 63 | RDEPENDS_task-poky-apps-x11-games = "\ |
67 | oh-puzzles" | 64 | oh-puzzles" |
68 | |||
69 | NETWORK_MANAGER ?= "networkmanager-applet" | ||
70 | RDEPENDS_task-poky-x11-sato = "\ | ||
71 | matchbox-desktop \ | ||
72 | matchbox-session-sato \ | ||
73 | matchbox-keyboard \ | ||
74 | matchbox-stroke \ | ||
75 | matchbox-config-gtk \ | ||
76 | matchbox-themes-gtk \ | ||
77 | xcursor-transparent-theme \ | ||
78 | sato-icon-theme \ | ||
79 | settings-daemon \ | ||
80 | gtk-sato-engine \ | ||
81 | ${NETWORK_MANAGER}" | ||
82 | |||