[oe-commits] Joshua Lock : sanity.bbclass: copy the data store and finalise before running checks

git at git.openembedded.org git at git.openembedded.org
Thu Jun 14 10:17:13 UTC 2012


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

Author: Joshua Lock <josh at linux.intel.com>
Date:   Wed May 23 15:16:19 2012 -0700

sanity.bbclass: copy the data store and finalise before running checks

At the ConfigParsed event the datastore has yet to be finalised and thus
appends and overrides have not been set.
To ensure the sanity check is being run against the configuration values
the user has set call finalize() on a copy of the datastore and pass that
for all sanity checks.

Signed-off-by: Joshua Lock <josh at linux.intel.com>

---

 meta/classes/sanity.bbclass |  127 +++++++++++++++++++++++--------------------
 1 files changed, 68 insertions(+), 59 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=527e26ea1e44f114fc9fcec1bc7d83156dba1a70




More information about the Openembedded-commits mailing list