aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipkg
AgeCommit message (Collapse)Author
2008-12-08mx31moboard: added support into base-files and ipkg-collateralValentin Longchamp
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-02-27merge of '8dccbf106093aaa7b62b2a96962945185534c923'John Lee
and 'c50825ba187c292f591cf43c91216cebffb5e290'
2008-02-19ipkg: Enable debian revision comparingRichard Purdie
2008-02-19ipkg: Partially fix broken version comparisionsRichard Purdie
2008-01-15merge of '8996304d45d20965f75c306e6317a0238f26fbf7'John Lee
and 'd0954a8a227efc014d29aba8d911adfc59934357'
2007-12-21ipkg-native_0.99.163.bb : remove ipkg_bugfix.patch as this bug wasGraeme Gregory
already fixed. Noticed by John Lee #3502
2007-12-20merge of '42aef61ee7960f3e8df22a2a931c9a46a49531ab'John Lee
and '8c1bc2522cabf9236face70bb7d76a41876d04d6'
2007-12-20disapproval of revision '9784df253c04df1dfcc620c6bf064869215598f6'John Lee
fix Bug 3502
2007-12-02merge of '48e3d8ce0c21c80e6e929a3a992826251eed2f4d'Paul Sokolovsky
and 'd3dfa43eb653664a9ed9a5ae97b24949fee1c9cf'
2007-12-01ipkg-native: Fix the infamous ' cannot create /usr/lib/ipkg' warning (from poky)Richard Purdie
2007-12-01ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.Paul Sokolovsky
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs.
2007-11-09add ipkgorphan, a dependency tracking tool for ipkgMichael Lauer
2007-10-15packages/ipkg/ipkg-collateral.bb : remove hard setting of PACKAGE_ARCH toGraeme Gregory
allow the machine overrides in SRU_URI stuff to work correctly
2007-10-04ipkg: check in missing patchKoen Kooi
2007-10-04ipkg: fix long filenamesHenryk Ploetz
2007-05-19ipkg: apply speedups patches to ipkg-native as wellKoen Kooi
2007-05-11ipkg 0.99.163: Apply patches to optimize internal algorithms.Paul Sokolovsky
* 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 Lauer
OpenMoko, Inc.
2007-03-27ipkg-collateral: Should be marked as machine specific since it uses machine ↵Richard Purdie
specific file overrides
2007-03-21packages/ipkg/ipkg-collateral.bb: Add dest definitions for oplinux and ↵Stelios Koroneos
oplinux-uclibc
2007-02-14ipkg: add patch from openmoko svn to get status info from libipkgKoen Kooi
2007-01-29ipkg/ipkg-0.99.163/patch-ipkg-localfilename : Addition of patchKristoffer Ericson
* 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 Juszkiewicz
- 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 Leggewie
2006-11-02rootfs_ipk.bbclass and ipkg.inc: shell script syntax fixesMartin Dietze
- 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 Meulenbroeks
bumped PR for all bb files as the change is in a .inc file
2006-08-10ipkg: add .163Koen Kooi
* 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 Freyther
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 Freyther
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 Romain
2006-06-29ipkg-native: add 0.99.163, fetched from tarball instead of cvs Koen Kooi
2006-04-28ipkg: Added an IPKG_INIT_ORDER variable (defaulting to 98) to allow distros ↵Rod Whitby
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 Purdie
2006-02-28ipkg: add .159 (cross) versionKoen Kooi
2006-02-05ipkg: fix spurious characters in ipkg upgrade messages in 0.99.155John Bowler
2006-01-06ipkg : add 0.99.155 which fixes the following bugs:Koen Kooi
* 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 Bowler
2006-01-03disapproval of revision 'e16cffcf452086640211ee23d9ec8188163f1b83'John Bowler
2006-01-03ipkg: change do_stage to use autotools_stage_all in ipkg.incJohn Bowler
- this changes all versions which use ipkg.inc, - 0.99.152 0.99.153 0.99.154
2005-09-17added ipkg 0.99.154Marcin Juszkiewicz
- 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 Juszkiewicz
patch already submitted to upstream bugzilla: http://handhelds.org/~bugzilla/show_bug.cgi?id=1393
2005-09-02ipkg: fix bb syntaxJustin Patrin
2005-09-02ipkg: Add the libdir.patch that keeps getting lostDerek Young
2005-09-02set default_preference=-1 since it has problemsKoen Kooi
2005-09-01drop all old versions of ipkgMarcin Juszkiewicz
- 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 Juszkiewicz
using PARALLEL_INSTALL_MODULES)
2005-08-08Beagle:Holger Freyther
-Drop even more files