[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 May 24 07:52:05 UTC 2012


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

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 |  129 +++++++++++++++++++++++--------------------
 1 files changed, 69 insertions(+), 60 deletions(-)

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




More information about the Openembedded-commits mailing list