diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 545a42fe91..6b097ea20f 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -190,7 +190,7 @@ python buildhistory_emit_pkghistory() { | |||
190 | key = item[0] | 190 | key = item[0] |
191 | if key.endswith('_' + pkg): | 191 | if key.endswith('_' + pkg): |
192 | key = key[:-len(pkg)-1] | 192 | key = key[:-len(pkg)-1] |
193 | pkgdata[key] = item[1].decode('utf-8', 'string_escape') | 193 | pkgdata[key] = item[1].decode('utf-8').decode('string_escape') |
194 | 194 | ||
195 | pkge = pkgdata.get('PKGE', '0') | 195 | pkge = pkgdata.get('PKGE', '0') |
196 | pkgv = pkgdata['PKGV'] | 196 | pkgv = pkgdata['PKGV'] |