1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake: Update to bitbake 1.8 branch head

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3892 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-03-03 22:01:45 +00:00
parent e88b475378
commit ab191d21e2
13 changed files with 357 additions and 468 deletions
+2 -2
View File
@@ -232,10 +232,10 @@ class DataSmart:
flags = {}
if local_var:
for i in self.dict[var].keys():
for i in local_var.keys():
if i == "content":
continue
flags[i] = self.dict[var][i]
flags[i] = local_var[i]
if len(flags) == 0:
return None