[oe-commits] Paul Eggleton : classes/packagegroup: Use package group nomenclature

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 11:50:55 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: aafd94acaa6517e3322855123c43a7b5cd5916ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aafd94acaa6517e3322855123c43a7b5cd5916ee

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Aug 29 13:13:12 2012 +0100

classes/packagegroup: Use package group nomenclature

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/packagegroup.bbclass |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass
index 6ec154a..aa9e0ac 100644
--- a/meta/classes/packagegroup.bbclass
+++ b/meta/classes/packagegroup.bbclass
@@ -1,16 +1,18 @@
-# Task packages are only used to pull in other packages
+# Class for packagegroup (package group) recipes
+
+# packagegroup packages are only used to pull in other packages
 # via their dependencies. They are empty.
 ALLOW_EMPTY = "1"
 
-# By default, only the task package itself is in PACKAGES.
+# By default, only the packagegroup package itself is in PACKAGES.
 # -dbg and -dev flavours are handled by the anonfunc below.
-# This means that task recipes used to build multiple task
-# packages have to modify PACKAGES after inheriting task.bbclass.
+# This means that packagegroup recipes used to build multiple packagegroup
+# packages have to modify PACKAGES after inheriting packagegroup.bbclass.
 PACKAGES = "${PN}"
 
-# By default, task packages do not depend on a certain architecture.
+# By default, packagegroup packages do not depend on a certain architecture.
 # Only if dependencies are modified by MACHINE_FEATURES, packages
-# need to be set to MACHINE_ARCH after inheriting task.bbclass
+# need to be set to MACHINE_ARCH after inheriting packagegroup.bbclass
 PACKAGE_ARCH = "all"
 
 # This automatically adds -dbg and -dev flavours of all PACKAGES





More information about the Openembedded-commits mailing list