Re: [rtems-libbsd PATCH] wscript: Python2 support for unicode strings in contexts

2020-03-29 Thread Vijay Kumar Banerjee
On Mon, Mar 30, 2020, 5:47 AM Chris Johns wrote: > On 2020-03-29 22:09, Chris Johns wrote: > > This looks good. I will test it tomorrow and let you know how it goes. > > Tested and it resolves the problem I was seeing. I will push this to > master and 5-freebsd12 and update the RSB to pull this i

Re: [rtems-libbsd PATCH] wscript: Python2 support for unicode strings in contexts

2020-03-29 Thread Chris Johns
On 2020-03-29 22:09, Chris Johns wrote: This looks good. I will test it tomorrow and let you know how it goes. Tested and it resolves the problem I was seeing. I will push this to master and 5-freebsd12 and update the RSB to pull this into the RSB build of libbsd. Thank you for generating t

Re: [rtems-libbsd PATCH] wscript: Python2 support for unicode strings in contexts

2020-03-29 Thread Chris Johns
Hi, This looks good. I will test it tomorrow and let you know how it goes. Thanks Chris On 2020-03-29 08:59, Vijay Kumar Banerjee wrote: Update #3909 --- wscript | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wscript b/wscript index e0a7e9f7..3ca9478e 100644 ---

[rtems-libbsd PATCH] wscript: Python2 support for unicode strings in contexts

2020-03-28 Thread Vijay Kumar Banerjee
Update #3909 --- wscript | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wscript b/wscript index e0a7e9f7..3ca9478e 100644 --- a/wscript +++ b/wscript @@ -144,8 +144,8 @@ def bsp_init(ctx, env, contexts): newcmd = y.cmd + '-' + builder newvaria