summaryrefslogtreecommitdiff
path: root/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-01-19use python from env instead of /usr/bin/pythonfrans1
2009-01-05ipkg-utils: Make it work on fedora 9.Holger Hans Peter Freyther1
"control.tar.gz" got listed as "`control.tar.gz" The root cause is somewhere else in the parser. So this is a workaround that will help to find the right file. opkg on the device should use the proper ar executable and that should be able to extract the right files.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-07-05ipkg-utils*: fix PR values. OE doesn't use split PRs, so stop commiting them!Koen Kooi1
2008-06-17ipkg-utils: fix ipk (ar) file processing to handle odd-length data blocks.Mike Westerhof1
Closes bug #4350.
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.
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