summaryrefslogtreecommitdiff
path: root/packages/ipkg
AgeCommit message (Collapse)AuthorFiles
2008-02-27merge of '8dccbf106093aaa7b62b2a96962945185534c923'John Lee5
and 'c50825ba187c292f591cf43c91216cebffb5e290'
2008-02-19ipkg: Enable debian revision comparingRichard Purdie5
2008-02-19ipkg: Partially fix broken version comparisionsRichard Purdie4
2008-01-15merge of '8996304d45d20965f75c306e6317a0238f26fbf7'John Lee1
and 'd0954a8a227efc014d29aba8d911adfc59934357'
2007-12-21ipkg-native_0.99.163.bb : remove ipkg_bugfix.patch as this bug wasGraeme Gregory1
already fixed. Noticed by John Lee #3502
2007-12-20merge of '42aef61ee7960f3e8df22a2a931c9a46a49531ab'John Lee2
and '8c1bc2522cabf9236face70bb7d76a41876d04d6'
2007-12-20disapproval of revision '9784df253c04df1dfcc620c6bf064869215598f6'John Lee2
fix Bug 3502
2007-12-02merge of '48e3d8ce0c21c80e6e929a3a992826251eed2f4d'Paul Sokolovsky3
and 'd3dfa43eb653664a9ed9a5ae97b24949fee1c9cf'
2007-12-01ipkg-native: Fix the infamous ' cannot create /usr/lib/ipkg' warning (from poky)Richard Purdie2
2007-12-01ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.Paul Sokolovsky3
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs.
2007-11-09add ipkgorphan, a dependency tracking tool for ipkgMichael Lauer1
2007-10-15packages/ipkg/ipkg-collateral.bb : remove hard setting of PACKAGE_ARCH toGraeme Gregory1
allow the machine overrides in SRU_URI stuff to work correctly
2007-10-04ipkg: check in missing patchKoen Kooi1
2007-10-04ipkg: fix long filenamesHenryk Ploetz1
2007-05-19ipkg: apply speedups patches to ipkg-native as wellKoen Kooi1
2007-05-11ipkg 0.99.163: Apply patches to optimize internal algorithms.Paul Sokolovsky3
* 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 Lauer15
OpenMoko, Inc.
2007-03-27ipkg-collateral: Should be marked as machine specific since it uses machine ↵Richard Purdie1
specific file overrides
2007-03-21packages/ipkg/ipkg-collateral.bb: Add dest definitions for oplinux and ↵Stelios Koroneos5
oplinux-uclibc
2007-02-14ipkg: add patch from openmoko svn to get status info from libipkgKoen Kooi2
2007-01-29ipkg/ipkg-0.99.163/patch-ipkg-localfilename : Addition of patchKristoffer Ericson3
* 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
2007-01-07ipkg-collateral: added some tweaks from OpenZaurusMarcin Juszkiewicz1
- packaging as 'all' as this is not arch specific - marked ipkg.conf as CONFFILE to not get it removed on upgrade - close #1713
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-02rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixesMartin Dietze1
- both files contained code which would only execute if run by bash - the fixed versions do the same but are more portable
2006-08-10ipkg: refined FILES spec to exclude debug info in packageFrans Meulenbroeks13
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
2006-08-05packages/ipkg/: There is no ipkg_0.99.163.bb do not require itHolger Freyther1
There is no 0.99.163.bb for ipkg, do not try to require it. The other ipkg_0.99.15x.bb files only add patches and include ipkg.inc which we do already. I assume we have no patches to ipkg 0.99.163
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther10
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-23ipkg-native .163: fix SRC_URICyril Romain1
2006-06-29ipkg-native: add 0.99.163, fetched from tarball instead of cvs Koen Kooi1
2006-04-28ipkg: Added an IPKG_INIT_ORDER variable (defaulting to 98) to allow distros ↵Rod Whitby2
to change the order of S98configure (e.g. to put it before S40networking so that ethernet kernel modules can be configured before networking needs them).
2006-03-23Add ipkg-native 0.99.159Richard Purdie1
2006-02-28ipkg: add .159 (cross) versionKoen Kooi1
2006-02-05ipkg: fix spurious characters in ipkg upgrade messages in 0.99.155John Bowler3
2006-01-06ipkg : add 0.99.155 which fixes the following bugs:Koen Kooi1
* Fixed a problem when installing by hand. Now ipkg knows that a package has been selected by hand, and, if every check returns ok, it install the wanted package, instead of selecting one from feed. Moreover, now downgrade should works again. * Fixed the "Replaces" bug. Now ipkg is able to replace a package also if it doesn't conflict.
2006-01-04binutils, glib, ipkg, libgphoto2, sysfsutils: bump PRJohn Bowler3
2006-01-03disapproval of revision 'e16cffcf452086640211ee23d9ec8188163f1b83'John Bowler4
2006-01-03ipkg: change do_stage to use autotools_stage_all in ipkg.incJohn Bowler4
- this changes all versions which use ipkg.inc, - 0.99.152 0.99.153 0.99.154
2005-09-17added ipkg 0.99.154Marcin Juszkiewicz2
- this version has fixed Provides: problem from 0.99.152 and Depends: from .153 - changset 5b224b4c91dec0b22ff45bec26fb18a01889e139 can be reverted now
2005-09-05ipkg: added my fast fix to get ipkg 0.99.153 workingMarcin Juszkiewicz3
patch already submitted to upstream bugzilla: http://handhelds.org/~bugzilla/show_bug.cgi?id=1393
2005-09-02ipkg: fix bb syntaxJustin Patrin1
2005-09-02ipkg: Add the libdir.patch that keeps getting lostDerek Young1
2005-09-02set default_preference=-1 since it has problemsKoen Kooi1
2005-09-01drop all old versions of ipkgMarcin Juszkiewicz35
- 0.99.153 is latest one - 0.99.152 is latest tested one - older versions are removed
2005-09-01added ipkg 0.99.153 which fix problem with Provides: support (needed when ↵Marcin Juszkiewicz2
using PARALLEL_INSTALL_MODULES)
2005-08-08Beagle:Holger Freyther2
-Drop even more files
2005-07-30added forgotten files to ipkgMarcin Juszkiewicz2
2005-07-29simplify ipkg(-native) structureMarcin Juszkiewicz22
merged all common code into ipkg.inc and ipkg-native.inc
2005-07-29Move file to make sure bitmake finds it building the -native packages.Florian Boor2
2005-07-29added ipkg 0.99.152Marcin Juszkiewicz13
cleaned ipkg subdir (one copy of terse.patch is enough)