data_smart: Improve the calculation of config hash
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 17 Apr 2012 08:21:37 +0000 (16:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 10:41:31 +0000 (11:41 +0100)
commitc6c79ae92045c8bc7c427339cb35fd72294ea43a
tree23242e1f15785208d59ca2652686c83f62ebe313
parent8a06356786bb80f997c19f44fd32eac4a01fe828
data_smart: Improve the calculation of config hash

For config hash, we put the keys in structure of "set()", which is not
order sensitive. Therefore when calculating the md5 value for config
hash, we need to identify the order of the keys.

(Bitbake rev: 0f1b142a3f6b8125bf023c2e5ec269618869abf7)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py