From 61af0b446f104c99589cd4473040ca700dba3ff3 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 5 Dec 2017 15:56:44 +0800 Subject: glib-2.0: fix for non-utf8 encoded files Some source files aren't valid utf-8 containing for example iso8859-1 accented characters in author's names. Replace invalid data with a replacement '?' character and print a warning to keep things working. Signed-off-by: Jackie Huang Signed-off-by: Ross Burton --- meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb') diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb index 60ce1b5f7f..963f6b471d 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb @@ -16,6 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ file://0001-Do-not-ignore-return-value-of-write.patch \ file://0001-Test-for-pthread_getname_np-before-using-it.patch \ file://0010-Do-not-hardcode-python-path-into-various-tools.patch \ + file://glib-mkenums-replace-and-warn-decoding.patch \ " SRC_URI_append_class-native = " file://relocate-modules.patch" -- cgit 1.2.3-korg