Advertisement
Guest User

Untitled

a guest
Jun 11th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. for task in tasks:
  2. if task.endswith("_setscene"):
  3. # sstate is never going to work for external source trees, disable it
  4. bb.build.deltask(task, d)
  5. else:
  6. # Since configure will likely touch ${S}, ensure only we lock so one task has access at a time
  7. d.appendVarFlag(task, "lockfiles", " ${S}/singletask.lock")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement