bitbake: data_smart: Account for changes in append/prepend/remove in the config hash
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 13:06:22 +0000 (13:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 16:03:17 +0000 (17:03 +0100)
commit790693cac626d40e6448911ba96a0af49b903c90
tree7a8c3d2727684aa5bee7967becd274aa102ffdfc
parent3c8feac2c93ab63c20f851eb6fd13922492db307
bitbake: data_smart: Account for changes in append/prepend/remove in the config hash

bitbake wasn't reparsing when _remove items were added to its configuration
and equally, appends/prepends were also being badly tracked. This
change enrures these variables are accounted for in the configuration
hash.

[YOCTO #5172]

(Bitbake rev: 62914f9208ef2427a34daa523af857f4027900eb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/data_smart.py