summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-262to3: exception handling fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-262to3: dictionary fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-262to3: print fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-262to3: use subprocess instead of commandsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26arfile: decode read lines as ascii string before getting fields from itMartin Jansa
* python3 returns them as byte sequence Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26opkg.py, arfile.py: report which file has wrong format and use the same testMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26opkg.py: use hashlib instead of old md5 moduleMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26Use python via the PATH, rather than hardcoding /usr/bin/pythonChristopher Larson
Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26arfile.py: handle six digit UIDsScott Anderson
* Essentially, the problem is that arfile.py is splitting the ar header with white-space instead of fixed-width fields, so two fields would get treated as a single field. This makes things better than before as it now honors the fixed field widths. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26opkg.py: Add knowledge about License field in ipk headersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26opkg-make-index: convert mtime to int before comparing itEnrico Scholz
* The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. * When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. * Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26opkg-make-index: don't error out when some package disappearsRichard Purdie
* If we're building an image and some package rebuilds while this is happening some package can be removed/added to the ipk deploy directory. The image will not depend on this package so we can safely ignore these cases rather than error out. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-13opkg-compare-versions: Adapted to the latest opkg upstream.Lianhao Lu
Adapted to the latest opkg upstream implemenation for comparing versions. This is part of the bug fixing [YOCTO #2233]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2008-11-03[opkg-utils] fix install fail problem Tick Chen
Thanks for khorben's patch :-) https://docs.openmoko.org/trac/attachment/ticket/2072/patch-opkg-utils_Makefile_install_path.diff
2008-08-12[opkg-util] adding Size support when creating PackagesTick Chen
2008-08-07[opkg-utils] Print the "Tags" field. Patch from OE and authored by John LeeHolger 'Zecke' Freyther
2008-08-07ipkg-utils: fix ipk (ar) file processing to handle odd-length data blocks.Holger 'Zecke' Freyther
Closes bug #4350. This was authored by mwester and comes from OE.
2008-08-02[opkg-build] Add -O to the getopt list to make it a valid optionHolger 'Zecke' Freyther
- -O is now a honored option.
2008-07-28make ipk as default opk as an optionTick Chen
2008-07-28opkg-util make .opk as the default file extension Tick Chen
"opkg-build -i ..." means creating .ipk file for backward support
2008-07-18[opkg-utils] Add opkg-utils to the repository courtsey Richard Purdie of ↵Holger 'Zecke' Freyther
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-17opkg-utils: add the directory of opkg-utilsTick Chen