Re: [OE-core] [PATCH] buildhistory.bbclass: Specify lang in decoding strings

2014-01-23 Thread Khem Raj
On Thu, Jan 23, 2014 at 10:26 AM, Paul Eggleton wrote: > On Saturday 28 December 2013 22:52:18 Paul Eggleton wrote: >> On Friday 06 December 2013 16:11:54 Khem Raj wrote: >> > On systems where default locale is utf-8 we get errors like >> > >> > File: 'buildhistory.bbclass', lineno: 38, function:

Re: [OE-core] [PATCH] buildhistory.bbclass: Specify lang in decoding strings

2014-01-23 Thread Paul Eggleton
On Saturday 28 December 2013 22:52:18 Paul Eggleton wrote: > On Friday 06 December 2013 16:11:54 Khem Raj wrote: > > On systems where default locale is utf-8 we get errors like > > > > File: 'buildhistory.bbclass', lineno: 38, function: write_pkghistory > > 0034: if pkginfo.rconflicts: > > 0035: f

Re: [OE-core] [PATCH] buildhistory.bbclass: Specify lang in decoding strings

2013-12-28 Thread Paul Eggleton
On Friday 06 December 2013 16:11:54 Khem Raj wrote: > On systems where default locale is utf-8 we get errors like > > File: 'buildhistory.bbclass', lineno: 38, function: write_pkghistory > 0034: if pkginfo.rconflicts: > 0035: f.write("RCONFLICTS = %s\n" % pkginfo.rconflicts) > 0036: f.write("PKGSI

[OE-core] [PATCH] buildhistory.bbclass: Specify lang in decoding strings

2013-12-06 Thread Khem Raj
On systems where default locale is utf-8 we get errors like File: 'buildhistory.bbclass', lineno: 38, function: write_pkghistory 0034: if pkginfo.rconflicts: 0035: f.write("RCONFLICTS = %s\n" % pkginfo.rconflicts) 0036: f.write("PKGSIZE = %d\n" % pkginfo.size) 0037: f.write("FILES = %s\n" % pkginf