diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-20 14:18:45 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-20 14:18:45 +0100 |
| commit | 79a4501a2ead92cb512eef0bd3dfe133d0e5d799 (patch) | |
| tree | 5f82f1971c81034799bd5ab330e54b281020fc24 /meta/recipes-sato/tasks | |
| parent | 03d9669cbcc35a49120b9cc277723bccd93f4cf3 (diff) | |
| download | poky-79a4501a2ead92cb512eef0bd3dfe133d0e5d799.tar.gz | |
Complete packages -> recipes transition
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/tasks')
| -rw-r--r-- | meta/recipes-sato/tasks/task-poky.bb | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/meta/recipes-sato/tasks/task-poky.bb b/meta/recipes-sato/tasks/task-poky.bb new file mode 100644 index 0000000000..1f971954cd --- /dev/null +++ b/meta/recipes-sato/tasks/task-poky.bb | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2007-2008 OpenedHand Ltd. | ||
| 3 | # | ||
| 4 | |||
| 5 | DESCRIPTION = "Tasks for OpenedHand Poky" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | PR = "r33" | ||
| 8 | |||
| 9 | PACKAGES = "\ | ||
| 10 | task-poky-apps-console \ | ||
| 11 | task-poky-apps-console-dbg \ | ||
| 12 | task-poky-apps-console-dev \ | ||
| 13 | task-poky-apps-x11-core \ | ||
| 14 | task-poky-apps-x11-core-dbg \ | ||
| 15 | task-poky-apps-x11-core-dev \ | ||
| 16 | task-poky-apps-x11-games \ | ||
| 17 | task-poky-apps-x11-games-dbg \ | ||
| 18 | task-poky-apps-x11-games-dev \ | ||
| 19 | task-poky-x11-base \ | ||
| 20 | task-poky-x11-base-dbg \ | ||
| 21 | task-poky-x11-base-dev \ | ||
| 22 | " | ||
| 23 | |||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 25 | |||
| 26 | XSERVER ?= "xserver-kdrive-fbdev" | ||
| 27 | |||
| 28 | ALLOW_EMPTY = "1" | ||
| 29 | |||
| 30 | SPLASH ?= "psplash" | ||
| 31 | |||
| 32 | # pcmanfm doesn't work on mips/powerpc | ||
| 33 | FILEMANAGER ?= "pcmanfm" | ||
| 34 | FILEMANAGER_mips ?= "" | ||
| 35 | |||
| 36 | RDEPENDS_task-poky-apps-console = "\ | ||
| 37 | avahi-daemon \ | ||
| 38 | dropbear \ | ||
| 39 | dbus \ | ||
| 40 | portmap \ | ||
| 41 | ${SPLASH}" | ||
| 42 | |||
| 43 | |||
| 44 | RDEPENDS_task-poky-x11-base = "\ | ||
| 45 | dbus \ | ||
| 46 | pointercal \ | ||
| 47 | matchbox-wm \ | ||
| 48 | matchbox-keyboard \ | ||
| 49 | matchbox-keyboard-applet \ | ||
| 50 | matchbox-keyboard-im \ | ||
| 51 | matchbox-panel-2 \ | ||
| 52 | matchbox-desktop \ | ||
| 53 | matchbox-session \ | ||
| 54 | ${XSERVER} \ | ||
| 55 | x11-common \ | ||
| 56 | xserver-nodm-init \ | ||
| 57 | liberation-fonts \ | ||
| 58 | xauth \ | ||
| 59 | xhost \ | ||
| 60 | xset \ | ||
| 61 | xrandr" | ||
| 62 | |||
| 63 | |||
| 64 | RDEPENDS_task-poky-apps-x11-core = "\ | ||
| 65 | leafpad \ | ||
| 66 | ${FILEMANAGER} \ | ||
| 67 | matchbox-terminal \ | ||
| 68 | screenshot" | ||
| 69 | |||
| 70 | |||
| 71 | RDEPENDS_task-poky-apps-x11-games = "\ | ||
| 72 | oh-puzzles" | ||
