summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 22:23:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 22:28:13 +0000
commit2a80735183e8faa110b4c6d8d85c4707f28e03a1 (patch)
tree4bfac61b2aa770d04b4d0b521d2973a000ea994b /bin
parent93291bd90e18808c7a1c8c692949396bbc7e4348 (diff)
downloadbitbake-contrib-2a80735183e8faa110b4c6d8d85c4707f28e03a1.tar.gz
data_smart: Fix caching issue for double remove references
FOO = "foo bar" FOO_remove = "bar" FOO_FOO = "${FOO} ${FOO}" would show FOO_FOO = "foo foo bar" rather than the expected "foo foo". This is actually a cache bug, this patch ensures the right value is put into the cache. The preceeding patch adds a test case to ensure we don't regress in future. [YOCTO #6037] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions