summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/python/python-dbus_1.2.0.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* Change bbappend file to a wildcard nameSaqib Khan2017-03-161-2/+0
| | | | | | | | This would allow us to upgrade package version without having to modify the file name every time. Change-Id: Ibd09f98124e0e718a86ee504c4216ffa31f2c543 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* python-dbus dbus.Byte.__str__ produces broken utf8Brad Bishop2015-11-171-0/+2
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.
OpenPOWER on IntegriCloud