[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7986/8267] libxml2-ptest: set LC_ALL=en_US.UTF-8



commit a889d2733c23b17370b06f776dbc0ba262b13dae
Author: Juro Bystricky <juro bystricky intel com>
Date:   Mon Sep 25 16:33:46 2017 -0700

    libxml2-ptest: set LC_ALL=en_US.UTF-8
    
    We need to specify UTF-8 in the environment to avoid an error
    such as:
    
    UnicodeEncodeError: 'ascii' codec can't encode character '\xe4'
    
    (From OE-Core rev: d7f1fe6c8419b8c59e601c56245373d094cae298)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/libxml/libxml2/run-ptest |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/libxml/libxml2/run-ptest b/meta/recipes-core/libxml/libxml2/run-ptest
index 473d0b6..c313d83 100644
--- a/meta/recipes-core/libxml/libxml2/run-ptest
+++ b/meta/recipes-core/libxml/libxml2/run-ptest
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+export LC_ALL=en_US.UTF-8
 make -k runtests


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]