summaryrefslogtreecommitdiff
path: root/packages/ipkg/ipkg_0.99.163.bb
AgeCommit message (Collapse)AuthorFiles
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-02-19ipkg: Enable debian revision comparingRichard Purdie1
2008-02-19ipkg: Partially fix broken version comparisionsRichard Purdie1
2007-12-01ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.Paul Sokolovsky1
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs.
2007-10-04ipkg: fix long filenamesHenryk Ploetz1
2007-05-11ipkg 0.99.163: Apply patches to optimize internal algorithms.Paul Sokolovsky1
* Leading to 10x+ speedup on typical OE feeds (thousands of packages) * Still needs more testing, though developers' testing didn't show any issues. * Read patch comments if in doubt. * Closes #2244.
2007-04-02ipkg: remove a couple of outdated ones, update is_processing patch courtesy ↵Michael Lauer1
OpenMoko, Inc.
2007-02-14ipkg: add patch from openmoko svn to get status info from libipkgKoen Kooi1
2007-01-29ipkg/ipkg-0.99.163/patch-ipkg-localfilename : Addition of patchKristoffer Ericson1
* This patch fixes one of many bugs in ipkg, involving localfilename. Submitted by Alexandre Orlov <axorlov@gmail.com> from the Jlime dev team. Confirmed working. * Applied patch to ipkg_0.99.163.bb
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-08-10ipkg: refined FILES spec to exclude debug info in packageFrans Meulenbroeks1
bumped PR for all bb files as the change is in a .inc file
2006-08-10ipkg: add .163Koen Kooi1
* no new bugs noticed after >1 week of on-device testing