5 Commits

Author SHA1 Message Date
Alejandro del Castillo
f64b761628 makePackage: switch to python3
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2019-12-16 16:02:56 -06:00
Alejandro del Castillo
9e2381d9c7 migrate to python 3
General fixes
* Add __future__ imports
* Use print function instead of print statement
* Use new style classes
* Iterate over list, instead of over object.keys()
* Use six.iteritems  instead of iteritems()

opkg.py:
* Add conditional to decode string if needed in Package:read_control

arfile.py
* Add seekable method to FileSection class (needed by tarfile)

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2016-06-01 17:17:44 -05:00
Martin Jansa
76ed799fa0 2to3: print fixes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 11:39:41 +01:00
Tick Chen
04e92b11ff opkg-util make .opk as the default file extension
"opkg-build -i ..."  means creating .ipk file for backward support
2008-07-28 10:29:45 +00:00
Holger 'Zecke' Freyther
234524f33d [opkg-utils] Add opkg-utils to the repository courtsey Richard Purdie of o-hand.com
I've attached a first attempt at this, its basically a small set of
    helper scripts which OE/Poky use when working with ipks. I've applied
    the various OE improvements and tweaks and removed a ton of cruft we
    don't need.
2008-07-18 11:29:53 +00:00