On 03/14/2014 12:54 AM, Burton, Ross wrote:
On 13 March 2014 16:46, Burton, Ross wrote:
On 11 March 2014 17:08, Robert Yang wrote:
We need unset it after we use it, otherwise it would affect the env
after we run "bb.build.exec_func('do_patch', d)", and will cause
unexpected errors.
This a
On Thu, Mar 13, 2014 at 9:54 AM, Burton, Ross wrote:
> On 13 March 2014 16:46, Burton, Ross wrote:
> > On 11 March 2014 17:08, Robert Yang wrote:
> >> We need unset it after we use it, otherwise it would affect the env
> >> after we run "bb.build.exec_func('do_patch', d)", and will cause
> >> u
On 13 March 2014 16:46, Burton, Ross wrote:
> On 11 March 2014 17:08, Robert Yang wrote:
>> We need unset it after we use it, otherwise it would affect the env
>> after we run "bb.build.exec_func('do_patch', d)", and will cause
>> unexpected errors.
>
> This assignment has been there since Octobe
On 11 March 2014 17:08, Robert Yang wrote:
> We need unset it after we use it, otherwise it would affect the env
> after we run "bb.build.exec_func('do_patch', d)", and will cause
> unexpected errors.
This assignment has been there since October 2012, so what are the
problems that this causes?
R
The do_patch set TMPDIR via:
os.environ['TMPDIR'] = process_tmpdir
We need unset it after we use it, otherwise it would affect the env
after we run "bb.build.exec_func('do_patch', d)", and will cause
unexpected errors.
[YOCTO #5113]
Signed-off-by: Robert Yang
---
meta/classes/patch.bbclass | 1