Advertisement
thomasepperson

potential fix for yocto patching

Dec 7th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
  2. index 9d36172..ba64a8c 100644
  3. --- a/meta/lib/oe/patch.py
  4. +++ b/meta/lib/oe/patch.py
  5. @@ -635,7 +635,7 @@ class NOOPResolver(Resolver):
  6. olddir = os.path.abspath(os.curdir)
  7. os.chdir(self.patchset.dir)
  8. try:
  9. - self.patchset.Push()
  10. + self.patchset.Push(False, True, True)
  11. except Exception:
  12. import sys
  13. os.chdir(olddir)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement