diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-29 10:29:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 15:13:17 +0000 |
commit | 73f57eb939b2409361401164e73fc9a08a288aa3 (patch) | |
tree | 3401f91d24ca7ea919182346ab6090328bafdb27 /meta/recipes-multimedia | |
parent | 525cc08cc556277c69a1b2bdf027df9cd74de0cb (diff) | |
download | poky-73f57eb939b2409361401164e73fc9a08a288aa3.tar.gz |
bitbake: data_smart: Improve get_hash to account for overrides and key expansion
An issue was uncovered where changing:
IMAGE_INSTALL_append = "X"
to
IMAGE_INSTALL_append = "X Y"
in local.conf would not get noticed by bitbake. The issue is that
the configuration hash doesn't account for overrides or key expansion.
This patch improves get_hash to account for these. This means the hash
does account for changes like the above.
[YOCTO #3503]
(Bitbake rev: 86bf1f5603e8f98019544e45f51bd0db9a48112a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions