From: Juro Bystricky Date: Mon, 25 Sep 2017 23:33:46 +0000 (-0700) Subject: libxml2-ptest: set LC_ALL=en_US.UTF-8 X-Git-Tag: 2017-10~30 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d7f1fe6c8419b8c59e601c56245373d094cae298;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/libxml/libxml2/run-ptest b/meta/recipes-core/libxml/libxml2/run-ptest index 473d0b67a7..c313d83263 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