[yocto] [opkg-utils PATCH 0/2] migrate to python 3
Alejandro del Castillo
alejandro.delcastillo at ni.com
Fri May 27 14:26:41 PDT 2016
First patch migrates all opkg-utils scrips to python 3. opkg-graph-deps
doesn't work on python 3 since it depends on pydot, which hasn't migrated
to python 3. Second patch fixes opkg-update-index, which was broken.
Alejandro del Castillo (2):
migrate to python 3
opkg.py/write_packages_file: call __str__ instead of __repr__
arfile.py | 10 ++++++++--
makePackage | 2 ++
opkg-compare-indexes | 2 ++
opkg-graph-deps | 39 +++++++++++++++++++++------------------
opkg-list-fields | 2 ++
opkg-make-index | 2 ++
opkg-show-deps | 2 ++
opkg-unbuild | 2 ++
opkg-update-index | 1 +
opkg.py | 19 +++++++++++--------
10 files changed, 53 insertions(+), 28 deletions(-)
--
1.9.1
More information about the yocto
mailing list