1
0
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:
Richard Purdie
2007-08-12 23:06:49 +00:00
parent fc136f0b4c
commit ce800d3aea
6 changed files with 58 additions and 17 deletions
+4
View File
@@ -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)