summaryrefslogtreecommitdiff
path: root/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
AgeCommit message (Collapse)AuthorFiles
2008-07-05ipkg-utils*: fix PR values. OE doesn't use split PRs, so stop commiting them!Koen Kooi1
2008-06-05ipkg-utils*: re-enable size field in packages (from openmoko)Koen Kooi1
2008-05-09packages/* : PR changes from OM mtn to bring two back into syncGraeme Gregory1
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.
2008-01-17(Merge OM mtn modification back into mainline)John Lee1
Remove ipkg-list-fields because already in ipkg-utils
2007-12-08merge of '1d39316900e922826574e74f55a807cf58b313f7'Rod Whitby1
and '4dc379aab7427cdddc45871616c34a79875f1b3f'
2007-12-04Integrate helper scripts into meta-toolchain-openmoko.John Lee1
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-29ipkg-utils-native: Revert previously applied patch regarding "control" vs Paul Sokolovsky1
"./control" matter to the state which works with tar-native.
2007-05-26ipkg-utils: Merge in tweaked version of patches from #1504 (from Paul ↵Richard Purdie1
Sokolovsky) to massively speedup ipkg-make-index
2007-04-04ipkg-utils-native 1.6+cvs20050404: Fix version comparision algorithm, nowPaul Sokolovsky1
it treats version as structured notion, and compares it component by component (epoch (was before), then upstream version, then package revision). * Closes #2061.
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
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-06-30ipkg-utils-native: add patch to stop ipkg-make-index move all ipkg to morgue/Koen Kooi1
2006-01-28ipkg-utils-native: don't RDEPEND on pythonPhilipp Zabel1
2006-01-28ipkg-utils-native: don't RDEPEND on python-nativePhilipp Zabel1
2006-01-18ipkg-utils/ipkg-link: added fixed SRCDATE and renamed due to policyMarcin Juszkiewicz1