Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-02-19 | ipkg: Enable debian revision comparing | Richard Purdie | 5 | |
2008-02-19 | ipkg: Partially fix broken version comparisions | Richard Purdie | 4 | |
2007-12-21 | ipkg-native_0.99.163.bb : remove ipkg_bugfix.patch as this bug was | Graeme Gregory | 1 | |
already fixed. Noticed by John Lee #3502 | ||||
2007-12-02 | merge of '48e3d8ce0c21c80e6e929a3a992826251eed2f4d' | Paul Sokolovsky | 3 | |
and 'd3dfa43eb653664a9ed9a5ae97b24949fee1c9cf' | ||||
2007-12-01 | ipkg-native: Fix the infamous ' cannot create /usr/lib/ipkg' warning (from poky) | Richard Purdie | 2 | |
2007-12-01 | ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass. | Paul Sokolovsky | 3 | |
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs. | ||||
2007-11-09 | add ipkgorphan, a dependency tracking tool for ipkg | Michael Lauer | 1 | |
2007-10-15 | packages/ipkg/ipkg-collateral.bb : remove hard setting of PACKAGE_ARCH to | Graeme Gregory | 1 | |
allow the machine overrides in SRU_URI stuff to work correctly | ||||
2007-10-04 | ipkg: check in missing patch | Koen Kooi | 1 | |
2007-10-04 | ipkg: fix long filenames | Henryk Ploetz | 1 | |
2007-05-19 | ipkg: apply speedups patches to ipkg-native as well | Koen Kooi | 1 | |
2007-05-11 | ipkg 0.99.163: Apply patches to optimize internal algorithms. | Paul Sokolovsky | 3 | |
* 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-02 | ipkg: remove a couple of outdated ones, update is_processing patch courtesy ↵ | Michael Lauer | 15 | |
OpenMoko, Inc. | ||||
2007-03-27 | ipkg-collateral: Should be marked as machine specific since it uses machine ↵ | Richard Purdie | 1 | |
specific file overrides | ||||
2007-03-21 | packages/ipkg/ipkg-collateral.bb: Add dest definitions for oplinux and ↵ | Stelios Koroneos | 5 | |
oplinux-uclibc | ||||
2007-02-14 | ipkg: add patch from openmoko svn to get status info from libipkg | Koen Kooi | 2 | |
2007-01-29 | ipkg/ipkg-0.99.163/patch-ipkg-localfilename : Addition of patch | Kristoffer Ericson | 3 | |
* 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-07 | ipkg-collateral: added some tweaks from OpenZaurus | Marcin Juszkiewicz | 1 | |
- 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-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-11-02 | rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixes | Martin Dietze | 1 | |
- both files contained code which would only execute if run by bash - the fixed versions do the same but are more portable | ||||
2006-08-10 | ipkg: refined FILES spec to exclude debug info in package | Frans Meulenbroeks | 13 | |
bumped PR for all bb files as the change is in a .inc file | ||||
2006-08-10 | ipkg: add .163 | Koen Kooi | 1 | |
* no new bugs noticed after >1 week of on-device testing | ||||
2006-08-05 | packages/ipkg/: There is no ipkg_0.99.163.bb do not require it | Holger Freyther | 1 | |
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-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 10 | |
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-23 | ipkg-native .163: fix SRC_URI | Cyril Romain | 1 | |
2006-06-29 | ipkg-native: add 0.99.163, fetched from tarball instead of cvs | Koen Kooi | 1 | |
2006-04-28 | ipkg: Added an IPKG_INIT_ORDER variable (defaulting to 98) to allow distros ↵ | Rod Whitby | 2 | |
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-23 | Add ipkg-native 0.99.159 | Richard Purdie | 1 | |
2006-02-28 | ipkg: add .159 (cross) version | Koen Kooi | 1 | |
2006-02-05 | ipkg: fix spurious characters in ipkg upgrade messages in 0.99.155 | John Bowler | 3 | |
2006-01-06 | ipkg : add 0.99.155 which fixes the following bugs: | Koen Kooi | 1 | |
* 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-04 | binutils, glib, ipkg, libgphoto2, sysfsutils: bump PR | John Bowler | 3 | |
2006-01-03 | disapproval of revision 'e16cffcf452086640211ee23d9ec8188163f1b83' | John Bowler | 4 | |
2006-01-03 | ipkg: change do_stage to use autotools_stage_all in ipkg.inc | John Bowler | 4 | |
- this changes all versions which use ipkg.inc, - 0.99.152 0.99.153 0.99.154 | ||||
2005-09-17 | added ipkg 0.99.154 | Marcin Juszkiewicz | 2 | |
- this version has fixed Provides: problem from 0.99.152 and Depends: from .153 - changset 5b224b4c91dec0b22ff45bec26fb18a01889e139 can be reverted now | ||||
2005-09-05 | ipkg: added my fast fix to get ipkg 0.99.153 working | Marcin Juszkiewicz | 3 | |
patch already submitted to upstream bugzilla: http://handhelds.org/~bugzilla/show_bug.cgi?id=1393 | ||||
2005-09-02 | ipkg: fix bb syntax | Justin Patrin | 1 | |
2005-09-02 | ipkg: Add the libdir.patch that keeps getting lost | Derek Young | 1 | |
2005-09-02 | set default_preference=-1 since it has problems | Koen Kooi | 1 | |
2005-09-01 | drop all old versions of ipkg | Marcin Juszkiewicz | 35 | |
- 0.99.153 is latest one - 0.99.152 is latest tested one - older versions are removed | ||||
2005-09-01 | added ipkg 0.99.153 which fix problem with Provides: support (needed when ↵ | Marcin Juszkiewicz | 2 | |
using PARALLEL_INSTALL_MODULES) | ||||
2005-08-08 | Beagle: | Holger Freyther | 2 | |
-Drop even more files | ||||
2005-07-30 | added forgotten files to ipkg | Marcin Juszkiewicz | 2 | |
2005-07-29 | simplify ipkg(-native) structure | Marcin Juszkiewicz | 22 | |
merged all common code into ipkg.inc and ipkg-native.inc | ||||
2005-07-29 | Move file to make sure bitmake finds it building the -native packages. | Florian Boor | 2 | |
2005-07-29 | added ipkg 0.99.152 | Marcin Juszkiewicz | 13 | |
cleaned ipkg subdir (one copy of terse.patch is enough) | ||||
2005-07-23 | Akita: Add SD, CF and home entries to ipkg.conf and don't move status to /var | Matthias Hentges | 4 | |
2005-07-09 | More syntax fixes, unbelievable I spend most of the time at GPE bbfiles... | Holger Freyther | 2 | |
2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 48 | |
2005-06-19 | Merge bk://oe-devel.bkbits.net/openembedded | nslu2-linux.adm@bkbits.net | 3 | |
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/19 22:27:20+02:00 utwente.nl!koen Add ipkg 0.99.151, courtesy PierLuigi Frullani BKrev: 42b5d827NrJEtuL8Y6U5Reswjr2zjg |