Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
- index 9d36172..ba64a8c 100644
- --- a/meta/lib/oe/patch.py
- +++ b/meta/lib/oe/patch.py
- @@ -635,7 +635,7 @@ class NOOPResolver(Resolver):
- olddir = os.path.abspath(os.curdir)
- os.chdir(self.patchset.dir)
- try:
- - self.patchset.Push()
- + self.patchset.Push(False, True, True)
- except Exception:
- import sys
- os.chdir(olddir)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement