Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-05-25 | lirc-modules: enable cvs version until other versions compile again | Rolf Leggewie | 1 | |
2007-05-25 | lirc: remove default_pref=-1 from cvs version until other versions compile ↵ | Rolf Leggewie | 1 | |
(cf. bug 2375 and 2284) | ||||
2007-05-15 | lirc: package debug files. Bump PR. | Rolf Leggewie | 2 | |
2007-05-15 | lirc: disable DRIVER_collie = "sa1100" temporarily until it works reliably | Rolf Leggewie | 1 | |
2007-05-09 | lirc: added cvs packages using the date, mentioned in bug 1952 | Michael Krelin | 2 | |
DEFAULT_PREFERENCE is -1 for now | ||||
2007-01-27 | lirc-modules: update to 0.8.1 so newer kernels work | Phil Blundell | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 2 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 2 | |
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-29 | x11: change virtual/x11 to virtual/libx11 | Justin Patrin | 1 | |
2006-07-26 | x11: switch to virtual/x11 so that diet or full x11 can be selected | Justin Patrin | 1 | |
- 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-04-17 | lirc many versions: drop maintainership and remove obsolete versions | Michael Lauer | 9 | |
2006-03-10 | lirc/lirc_0.8.0.bb: Install lircexec.init for every platform, SRC_URI was wrong | Matthias Goebl | 1 | |
- Install lircexec.init for every platform - Correct SRC_URI to include lircexec.init for every platform (Thanks Holger) - RRECOMMENDed lirc-exec for lirc (because it was included in earlier packages, and the 0.8.0 package is more fine-granular) - Add HOMEPAGE | ||||
2006-03-10 | lirc/lirc-modules_0.8.0.bb: nslu2: Do not show cpu activity on IR led | Matthias Goebl | 1 | |
- nslu2: Set ready LED to normal-on after module load, don't show cpu activity - Change maintainer with permission by Michael Lauer (again) | ||||
2006-03-04 | openembedded/packages/licv/lirc_0.8.0.bb: | Holger Freyther | 1 | |
lircexec.init is only installed to the tmp directory if we are building for NSLU2. So only install it when building on NSLu2. Earlier lirc bbfiles are not affected | ||||
2006-03-01 | all over the place: adapt DEPENDS to new xlib names | Philipp Zabel | 2 | |
2006-02-08 | merge of 56993761cfcc246959dccb5e35fa402c5c3c9738 | Rod Whitby | 1 | |
and 93e5bd9df4fa3927a9dfb67420d1a48ab721c007 | ||||
2006-02-07 | lirc_0.8.0.bb, lirc-modules_0.8.0.bb: Fix init script, change maintainer | Matthias Goebl | 3 | |
- Add lost daemonization-option to lirc-exec init script - Change maintainer with permission by Michael Lauer | ||||
2006-02-02 | packages/lirc: Update lirc to 0.8.0 | Matthias Goebl | 4 | |
- Update 0.7.2+0.8.0pre4 to 0.8.0 - Inherit module-base - class for compilation of kernel-module - Start lircd and lircexec only if config exists - Describe sub-packages - Use oe-provided pre/post-scripts | ||||
2006-01-18 | packages/lirc: Add NSLU2 support to lirc. | Oyvind Repvik | 7 | |
Update lirc to 0.7.2+0.8.0pre4 Add lirc to slugos-packages | ||||
2005-12-10 | lirc 0.7.1: fix DEPENDS - close bug #514 | Marcin Juszkiewicz | 1 | |
2005-11-20 | lirc: fixed path to daemons in initscripts - close #453 | Marcin Juszkiewicz | 6 | |
2005-11-20 | lirc 0.7.1: added X11 dependencies, moved X11 stuff to lirc-x - close #330 | Marcin Juszkiewicz | 1 | |
- for !sa1100 devices X11 libs are used if available during build so I added all needed deps (taken from package) - X11 utils moved into lirc-x package which make "lirc" depend only on libc and libgcc | ||||
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) |