Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-17 | rename packages/ to recipes/ per earlier agreement | Denys Dmytriyenko | 39 | |
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-03-07 | osso-esd: Fixed configure QA failure. | Stanislav Brabec | 2 | |
2009-01-07 | xsp: Remove whitespace from patch | Florian Boor | 1 | |
2009-01-07 | xsp: Fix pc file - passes sanity check now. | Florian Boor | 2 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 5 | |
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_PR | Holger Hans Peter Freyther | 5 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 10 | |
2008-08-17 | nonworking: move a bunch of maemo/hildon stuff to nonworking. | Rolf Leggewie | 20 | |
* it depended on some gtk+osso package which was dropped in 2006 | ||||
2008-08-16 | hildon-home: move to non-working. It has to be non-functional at least ↵ | Rolf Leggewie | 4 | |
since 2006, so apparently nobody cares. | ||||
2008-02-28 | xsp, xpext: Convert to autotools_stage_all | Richard Purdie | 2 | |
2007-08-14 | xpext, xsp: xextensions -> libxext | Koen Kooi | 2 | |
2007-08-14 | nokia77-init: sync with poky | Koen Kooi | 1 | |
2007-06-15 | fix a couple of LICENSE entries | Rolf Leggewie | 1 | |
2007-03-05 | maemo: moved gconf-osso, osso-gnome-vfs2 to obsolete/maemo/ | Marcin Juszkiewicz | 12 | |
2007-03-03 | gconf-osso: Unb0rk configure on systems w/o PKG_CONFIG set | Matthias Hentges | 2 | |
2007-01-10 | gconf-osso: DEF_PREF = -1 - should close #1780 | Marcin Juszkiewicz | 1 | |
2007-01-09 | maemo3: move outo from maemo/ to maemo3/ | Koen Kooi | 1 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 8 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 1 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 8 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 34 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-09 | lots of files: fix my mailaddress | Koen Kooi | 11 | |
2006-07-29 | x11: change virtual/x11 to virtual/libx11 | Justin Patrin | 3 | |
2006-07-26 | x11: switch to virtual/x11 so that diet or full x11 can be selected | Justin Patrin | 3 | |
- emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change | ||||
2006-03-01 | all over the place: adapt DEPENDS to new xlib names | Philipp Zabel | 5 | |
2006-01-08 | Add PACKAGES_DYNAMIC to the appropriate .bb files. | Richard Purdie | 1 | |
2005-12-01 | nokia770-init: Fix broken dependency. | Florian Boor | 1 | |
2005-09-21 | nokia770-init: Correct DEPENDS | Richard Purdie | 1 | |
2005-09-19 | GNU cp has a nice -a switch, sadly the BSD tools lack it | Holger Freyther | 3 | |
update our descriptions to work with any version of cp. Patches that include cp -a are not changed. They seem to work and I'm too scared busybox cp is more like GNU cp than BSD cp. (e.g do not know about P) | ||||
2005-09-02 | nokia770-init: change to hotplug instead of hotplug-dbus and only need a ↵ | Richard Purdie | 1 | |
runtime dependency | ||||
2005-08-24 | Fix typo. | Florian Boor | 1 | |
2005-08-23 | Update dependencies to a fixed version of dbus. Change PROVIDES to ↵ | Florian Boor | 1 | |
virtual/gnome-vfs. | ||||
2005-08-19 | make osso-gnome-vfs2 not PROVIDE gnome-vfs2. If it really PROVIDES it you ↵ | Michael Lauer | 1 | |
should add a virtual/gnome-vfs2 providee | ||||
2005-07-18 | firefox: version bump to 1.0.5 | Graeme Gregory | 1 | |
2005-07-09 | LICENSE = GPL -> LICENSE = "GPL" | Holger Freyther | 1 | |
using find . -name '*.inc' -print0 | xargs -0r sed -i 's/LICENSE = GPL/LICENSE = "GPL"/' | ||||
2005-07-05 | Fix firmware links. | Florian Boor | 1 | |
2005-07-05 | Ensure that /lib/firmware is created. | Florian Boor | 1 | |
2005-07-05 | Get finally rid of irda stuff. | Florian Boor | 1 | |
Update device fixup script to create some retro-style links in /dev. | ||||
2005-07-05 | Fix file location. | Florian Boor | 1 | |
2005-07-04 | Add package to do some initialisation and fixups like unmounting stuff | Florian Boor | 3 | |
from initrd and create some useful links. | ||||
2005-07-04 | Limit RPROVIDES to the binary package. | Florian Boor | 1 | |
2005-07-04 | Move responsibility for setup links to extra package. | Florian Boor | 2 | |
Default to osso gtk version in maemo images. | ||||
2005-07-04 | Update postinst task to create default user properly and link | Florian Boor | 1 | |
to stuff located in initrd. | ||||
2005-07-04 | Add missing startup scripts. | Florian Boor | 1 | |
2005-07-03 | Move esd dependencies. | Florian Boor | 1 | |
2005-07-03 | Patch to disable the use of -Werror which will cause the build to fail. | Florian Boor | 2 | |
2005-07-03 | Patch to disable the use of -Werror which will cause the build to fail. | Florian Boor | 2 | |
2005-07-01 | Remove some obsolete stuff. | Florian Boor | 1 | |
2005-07-01 | Fix SRC_URI to contain patch. Fix shipped files. | Florian Boor | 1 | |
2005-07-01 | Some formating changes. | Florian Boor | 1 | |