From d7f1fe6c8419b8c59e601c56245373d094cae298 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Mon, 25 Sep 2017 16:33:46 -0700 Subject: 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 --- meta/recipes-core/libxml/libxml2/run-ptest | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') 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 -- cgit 1.2.3-korg