mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bitbake: Sync with upstream 1.8 branch for fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2484 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -288,6 +288,10 @@ def expandKeys(alterdata, readdata = None):
|
||||
src = getVarFlag(key, i, readdata) or []
|
||||
dest.extend(src)
|
||||
setVarFlag(ekey, i, dest, alterdata)
|
||||
|
||||
if key in alterdata._special_values[i]:
|
||||
alterdata._special_values[i].remove(key)
|
||||
alterdata._special_values[i].add(ekey)
|
||||
|
||||
delVar(key, alterdata)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user