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)
commit696539ee7f842900e06af91e6fa979cc905a110d
tree19aff19271bd3736a16e6a3cb4db690de244cc45
parented11a9fde4e60a53e9f8be38c2f6c6401ac31ec3
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