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

bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake shell reparse failures

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5196 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-09-16 19:14:49 +00:00
parent 10481859f4
commit 31511eb978
3 changed files with 8 additions and 3 deletions
@@ -118,7 +118,6 @@ def handle(fn, data, include = 0):
init(data)
if include == 0:
bb.data.inheritFromOS(data)
oldfile = None
else:
oldfile = bb.data.getVar('FILE', data)