]> code.ossystems Code Review - openembedded-core.git/commit
Rename PACKAGE_GROUP variable to FEATURE_PACKAGES
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 6 Mar 2014 16:46:10 +0000 (16:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 14:44:25 +0000 (14:44 +0000)
commitd703e07ea5056624101e1bc48f10d25b602635e9
treedabd0e0db0bc13ce064a7a8ecf9fb9e9f1ba6e87
parent18b8e526570b347d269fa47140949e4ea4800ac5
Rename PACKAGE_GROUP variable to FEATURE_PACKAGES

Since tasks were renamed to packagegroups some time ago, this variable
name implies that its usage is necessarily related to them which is not
the case. Rename the variable to more closely represent what it does
(whilst still providing backwards-compatibility with a warning for
PACKAGE_GROUP).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/core-image.bbclass
meta/classes/image.bbclass
meta/lib/oe/packagegroup.py