summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-11-17 22:43:42 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2015-11-17 22:43:42 -0500
commit3579dc63b8ab8e12fe6078937449f48ab3b9d66c (patch)
tree161729158b4cb3c06fcfd56eafa1661b81987084 /meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend
parent95f7347307084d281967f6602a9ed7be1b2b908d (diff)
downloadtalos-openbmc-3579dc63b8ab8e12fe6078937449f48ab3b9d66c.tar.gz
talos-openbmc-3579dc63b8ab8e12fe6078937449f48ab3b9d66c.zip
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.
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend2
1 files changed, 2 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud