]> code.ossystems Code Review - openembedded-core.git/commit
Fix major bug that slipped in when moving update_data
authorChris Larson <chris_larson@mentor.com>
Wed, 21 Apr 2010 23:47:10 +0000 (16:47 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:34 +0000 (15:41 +0100)
commit66d66cb487aebc9c357be20cdfcef80c3714cfd0
tree19aff19271bd3736a16e6a3cb4db690de244cc45
parent4802a9d07a1b41f2d459c4237f77f8b92d873971
Fix major bug that slipped in when moving update_data

The root cause is, I was testing the use of renameVar() from finalize, in
order to get flags copied over when an override is applied, but renameVar
removes the original, whereas the old code did not do so.  Going back to the
old method, will revisit the override/flags later on.

(Bitbake rev: 2f7c498abcf675e5b8de197d8056a0581670c2bd)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/data_smart.py