summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-29 11:38:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:52:55 +0100
commit272cb74d70686cb7f72005dc25e02f38b46ecd57 (patch)
tree3a5e4cb0c9a2e407b2d04c78b1eb51d0f429ca64 /meta/recipes-sato
parentf1df3f828bfc9e70bf8cf5a7c2e2cf216944785a (diff)
downloadpoky-272cb74d70686cb7f72005dc25e02f38b46ecd57.tar.gz
Rename task to packagegroup
"Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-mini.bb (renamed from meta/recipes-sato/tasks/task-core-x11-mini.bb)8
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb (renamed from meta/recipes-sato/tasks/task-core-x11-sato.bb)8
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11.bb (renamed from meta/recipes-sato/tasks/task-core-x11.bb)24
3 files changed, 20 insertions, 20 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11-mini.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-mini.bb
index 0aed286e5e..4f3bb47000 100644
--- a/meta/recipes-sato/tasks/task-core-x11-mini.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-mini.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
9PR = "r1" 9PR = "r1"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-x11-mini \ 12 packagegroup-core-x11-mini \
13 task-core-x11-mini-dbg \ 13 packagegroup-core-x11-mini-dbg \
14 task-core-x11-mini-dev \ 14 packagegroup-core-x11-mini-dev \
15 " 15 "
16 16
17PACKAGE_ARCH = "${MACHINE_ARCH}" 17PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -29,7 +29,7 @@ VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
29VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" 29VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
30 30
31 31
32RDEPENDS_task-core-x11-mini = "\ 32RDEPENDS_packagegroup-core-x11-mini = "\
33 dbus \ 33 dbus \
34 pointercal \ 34 pointercal \
35 matchbox-terminal \ 35 matchbox-terminal \
diff --git a/meta/recipes-sato/tasks/task-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index cf294b302c..380584e223 100644
--- a/meta/recipes-sato/tasks/task-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
9PR = "r32" 9PR = "r32"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-x11-sato \ 12 packagegroup-core-x11-sato \
13 task-core-x11-sato-dbg \ 13 packagegroup-core-x11-sato-dbg \
14 task-core-x11-sato-dev \ 14 packagegroup-core-x11-sato-dev \
15 " 15 "
16 16
17PACKAGE_ARCH = "${MACHINE_ARCH}" 17PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -24,7 +24,7 @@ NETWORK_MANAGER_libc-uclibc = ""
24WEB ?= "" 24WEB ?= ""
25#WEB = "web-webkit" 25#WEB = "web-webkit"
26 26
27RDEPENDS_task-core-x11-sato = "\ 27RDEPENDS_packagegroup-core-x11-sato = "\
28 matchbox-desktop \ 28 matchbox-desktop \
29 matchbox-session-sato \ 29 matchbox-session-sato \
30 matchbox-keyboard \ 30 matchbox-keyboard \
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
index 764ea026de..4c16c461a3 100644
--- a/meta/recipes-sato/tasks/task-core-x11.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
9PR = "r36" 9PR = "r36"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-apps-x11-core \ 12 packagegroup-core-apps-x11-core \
13 task-core-apps-x11-core-dbg \ 13 packagegroup-core-apps-x11-core-dbg \
14 task-core-apps-x11-core-dev \ 14 packagegroup-core-apps-x11-core-dev \
15 task-core-apps-x11-games \ 15 packagegroup-core-apps-x11-games \
16 task-core-apps-x11-games-dbg \ 16 packagegroup-core-apps-x11-games-dbg \
17 task-core-apps-x11-games-dev \ 17 packagegroup-core-apps-x11-games-dev \
18 task-core-x11-base \ 18 packagegroup-core-x11-base \
19 task-core-x11-base-dbg \ 19 packagegroup-core-x11-base-dbg \
20 task-core-x11-base-dev \ 20 packagegroup-core-x11-base-dev \
21 " 21 "
22 22
23PACKAGE_ARCH = "${MACHINE_ARCH}" 23PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -37,7 +37,7 @@ VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
37VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" 37VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
38 38
39 39
40RDEPENDS_task-core-x11-base = "\ 40RDEPENDS_packagegroup-core-x11-base = "\
41 dbus \ 41 dbus \
42 pointercal \ 42 pointercal \
43 matchbox-wm \ 43 matchbox-wm \
@@ -57,12 +57,12 @@ RDEPENDS_task-core-x11-base = "\
57 xrandr" 57 xrandr"
58 58
59 59
60RDEPENDS_task-core-apps-x11-core = "\ 60RDEPENDS_packagegroup-core-apps-x11-core = "\
61 leafpad \ 61 leafpad \
62 ${FILEMANAGER} \ 62 ${FILEMANAGER} \
63 matchbox-terminal \ 63 matchbox-terminal \
64 sato-screenshot" 64 sato-screenshot"
65 65
66 66
67RDEPENDS_task-core-apps-x11-games = "\ 67RDEPENDS_packagegroup-core-apps-x11-games = "\
68 oh-puzzles" 68 oh-puzzles"