summaryrefslogtreecommitdiff
path: root/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
AgeCommit message (Collapse)AuthorFiles
2008-02-19ipkg-utils*: Re-add support for openwrt-style .ipk's.Paul Sokolovsky1
* There're two .ipk formats: one with ar top-level wrapping (essentially, .deb format, native OE format) and with tar.gz top-level wrap, used by OpenWRT and some tiny distros. When I did performance optimization work on ipkg-make-index, I just blocked support of tar.gz-style ipk's, as it was unclear if those are used in OE at all. Now support is readded, with the old code to handle them (i.e. not as optimal as ar-style ones). * This makes DISTRO=openwrt-sdk usable for producing compatible packages and deploy-feed for them. But there're still some issues to resolve before OE can be said to provide seamless support for building packages for OpenWRT.
2007-12-02ipkg-utils-native: Make sure ipkg-list-fields is installed, as needed by ↵Richard Purdie1
meta-toolchain (from poky)
2007-06-14ipkg-utils: add patch from poky to include more fields in the ipkg metadata, ↵Koen Kooi1
most notably the OE: field
2007-05-29ipkg-utils: Support reading both "control" and "./control" from tar archives.Paul Sokolovsky1
* Fixes #2381.
2007-05-26ipkg-utils: Merge in tweaked version of patches from #1504 (from Paul ↵Richard Purdie1
Sokolovsky) to massively speedup ipkg-make-index
2006-07-24ipkg-utils: Fix a bug in the md5sum field handling and add some extra checks ↵Richard Purdie1
(md5sum, size) to ipkg-make-index when reusing data from the previous package file. (from poky)
2006-01-18ipkg-utils/ipkg-link: added fixed SRCDATE and renamed due to policyMarcin Juszkiewicz1