/>
summaryrefslogtreecommitdiff
path: root/packages/ipkg-utils
AgeCommit message (Collapse)AuthorFiles
2008-02-19ipkg-utils*: Re-add support for openwrt-style .ipk's.Paul Sokolovsky3
* 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-02-19ipkg-utils: ipkg-make-index-track-stamps.patch: Remove hunk with ↵Paul Sokolovsky1
whitespace-only changes.
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 Purdie2
meta-toolchain (from poky)
2007-06-14ipkg-utils: add patch from poky to include more fields in the ipkg metadata, ↵Koen Kooi3
most notably the OE: field
2007-05-29ipkg-utils: Support reading both "control" and "./control" from tar archives.Paul Sokolovsky3
* Fixes #2381.
2007-05-29ipkg-utils-native: Revert previously applied patch regarding "control" vs Paul Sokolovsky2
"./control" matter to the state which works with tar-native.
2007-05-28ipkg-utils: Fix config into ./config in ipkg.pyLeon Woestenberg1
2007-05-26ipkg-utils: Merge in tweaked version of patches from #1504 (from Paul ↵Richard Purdie8
Sokolovsky) to massively speedup ipkg-make-index
2007-04-04ipkg-utils-native 1.6+cvs20050404: Fix version comparision algorithm, nowPaul Sokolovsky2
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 Purdie4
(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 Kooi3
2006-04-04ipkg-utils/ipkg-link: Add patch from .oz354xMatthias Hentges3
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 Juszkiewicz3
2006-01-16ipkg-utils(-native), ipkg-link: fixed SRCDATE to 20050404Marcin Juszkiewicz3
Last change in CVS was 20050330 but OpenZaurus 3.5.3 used 20050403 CVSDATE and we need to keep upgrades possible.
2006-01-07ipkg-utils: Correct the dependencies and specifically set PACKAGES = for ↵Richard Purdie2
ipkg-utils-native.
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie2
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1