diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-29 11:38:34 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:50 -0700 |
commit | 424dcf7046e4ad09dcc664eb1992201195247fcf (patch) | |
tree | 26640470c5c7865aec06711fae7009304dc8fea0 /meta/recipes-gnome | |
parent | ecd818f1a7a46aa0eeffe48445f2cf0db5aab67a (diff) | |
download | openembedded-core-424dcf7046e4ad09dcc664eb1992201195247fcf.tar.gz openembedded-core-424dcf7046e4ad09dcc664eb1992201195247fcf.tar.bz2 openembedded-core-424dcf7046e4ad09dcc664eb1992201195247fcf.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb (renamed from meta/recipes-gnome/tasks/task-core-sdk-gmae.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb (renamed from meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc (renamed from meta/recipes-gnome/tasks/task-sdk-gmae.inc) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb index 29a4f56898..a00ca36901 100644 --- a/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb @@ -10,12 +10,12 @@ PR = "r12" ALLOW_EMPTY = "1" -require task-sdk-gmae.inc +require packagegroup-sdk-gmae.inc PACKAGES = "${PN}" RDEPENDS_${PN} = "\ - task-core-sdk \ + packagegroup-core-sdk \ libglade-dev \ ${SDK-GMAE} \ ${SDK-EXTRAS}" diff --git a/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb index 45b502fe62..3b2abddcdc 100644 --- a/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb @@ -10,12 +10,12 @@ PR = "r14" ALLOW_EMPTY = "1" -require task-sdk-gmae.inc +require packagegroup-sdk-gmae.inc PACKAGES = "${PN} ${PN}-dbg" RDEPENDS_${PN} = "\ - task-core-standalone-sdk-target \ + packagegroup-core-standalone-sdk-target \ libglade-dev \ ${SDK-GMAE} \ ${SDK-EXTRAS}" diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc index f9e373d40a..f9e373d40a 100644 --- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc +++ b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc |