[oe-commits] [openembedded-core] 08/10: libxml2-ptest: set LC_ALL=en_US.UTF-8

git at git.openembedded.org git at git.openembedded.org
Fri Oct 6 11:25:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d7f1fe6c8419b8c59e601c56245373d094cae298
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: 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'
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/libxml/libxml2/run-ptest | 1 +
 1 file changed, 1 insertion(+)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list