diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oe/patch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 5fb687dda0..16d3d081ba 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py | |||
@@ -358,7 +358,7 @@ class UserResolver(Resolver): | |||
358 | t = bb.data.getVar('T', self.patchset.d, 1) | 358 | t = bb.data.getVar('T', self.patchset.d, 1) |
359 | if not t: | 359 | if not t: |
360 | bb.msg.fatal(bb.msg.domain.Build, "T not set") | 360 | bb.msg.fatal(bb.msg.domain.Build, "T not set") |
361 | bb.mkdirhier(t) | 361 | bb.utils.mkdirhier(t) |
362 | import random | 362 | import random |
363 | rcfile = "%s/bashrc.%s.%s" % (t, str(os.getpid()), random.random()) | 363 | rcfile = "%s/bashrc.%s.%s" % (t, str(os.getpid()), random.random()) |
364 | f = open(rcfile, "w") | 364 | f = open(rcfile, "w") |