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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a889d2733c23b17370b06f776dbc0ba262b13dae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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' (From OE-Core rev: d7f1fe6c8419b8c59e601c56245373d094cae298) Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxml/libxml2/run-ptest b/meta/recipes-core/libxml/libxml2/run-ptest index 473d0b67a77..c313d83263a 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