From 3579dc63b8ab8e12fe6078937449f48ab3b9d66c Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 17 Nov 2015 22:43:42 -0500 Subject: python-dbus dbus.Byte.__str__ produces broken utf8 Byte to string simply copied the byte, which isn't valid utf8 for non ascii values. Since dbus.byte is an int subclass, should just be using int's __str__ implementation anyway. --- meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend (limited to 'meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend') diff --git a/meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend b/meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend new file mode 100644 index 000000000..57d5ef46e --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI += "file://bytes.patch" -- cgit v1.2.1