aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-12-05 15:56:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 18:00:22 +0000
commit61af0b446f104c99589cd4473040ca700dba3ff3 (patch)
tree2dcf2cf748e18fbde7fb83ad1a0ece30a1a05097 /meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb
parent8cab8f79b73e72256a2d7940f4973ebfd36e232b (diff)
downloadopenembedded-core-contrib-61af0b446f104c99589cd4473040ca700dba3ff3.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb1
1 files changed, 1 insertions, 0 deletions
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"