[PATCH openbmc] python-dbus dbus.Byte.__str__ produces broken utf8
OpenBMC Patches
openbmc-patches at stwcx.xyz
Wed Nov 18 14:50:28 AEDT 2015
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.
https://github.com/openbmc/openbmc/pull/85
Brad Bishop (1):
python-dbus dbus.Byte.__str__ produces broken utf8
.../python/python-dbus/bytes.patch | 37 ++++++++++++++++++++++
.../python/python-dbus_1.2.0.bbappend | 2 ++
2 files changed, 39 insertions(+)
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-dbus/bytes.patch
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend
--
2.6.3
More information about the openbmc
mailing list