aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/bldcontrol/views.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-19 12:24:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-19 12:27:27 +0100
commit8f55010c18057be040f073d8bcb4c5c2c311d809 (patch)
treed4c794b0578432a0814ff28e9db516807d0d4bc9 /lib/toaster/bldcontrol/views.py
parent5463c16e3619d324aed137f47f93f0997a227d29 (diff)
downloadbitbake-8f55010c18057be040f073d8bcb4c5c2c311d809.tar.gz
data_smart: Fix removal handling interaction issue with overrides
If a variable has a _remove applied to it but that variable is in turn 'renamed' through OVERRIDES, the removal gets lost with the current code. TEST = "foo" TEST_someval = "bar" TEST_someval_remove = "bar" OVERRIDES = "someval" currently gives "bar" for TEST but should give "". This fixes the code to track the removal and adds a test case to ensure this doesn't regress again. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/bldcontrol/views.py')
0 files changed, 0 insertions, 0 deletions