summaryrefslogtreecommitdiff
path: root/packages/ipaq-sleep/ipaq-sleep_0.9.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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-05-17ipaq-sleep: reorder fields according to StyleGuide (while browsing bug 4101)Rolf Leggewie1
2007-12-31ipaq-sleep 0.9: Remove supposed fixes for all bugs except the most prominent ↵Paul Sokolovsky1
one. * Apparently, it was big, big mistake to touch this code. Code Police, thy curse can't be lifted, let Perl be my witness! * Leave only obvious fix (off-by one error) for #3540. * Fixes #3586. (Well, it should. Noone really have reported that ipaq-sleep does *not* use 100% of CPU time during its normal course of action.) * This puts average latency of backlight coming back up after it was power-saved and touch/keypress happens to 1 second (which was the matter of other fixes, which reduced latency to ~0.2s).
2007-12-26ipaq-sleep 0.9: Fix issue with wrong autosuspend timer calc.Paul Sokolovsky1
* This code is sick.
2007-12-26ipaq-sleep 0.9: More fixes.Paul Sokolovsky1
* Don't try to interpret APM status when it's not available. * Don't assume X mode is always active.
2007-12-26ipaq-sleep 0.9: Unbreak, so to say.Paul Sokolovsky1
* If there's something to unbreak... Do following: 1. Support logging. Software without logging is now software, but a random wreck. 2. Don't do off-by-one errors. 3. Don't bug on system every 2 seconds. Instead, do a select on X connection to catch touchscreen events ASAP. This doesn't work for keys though, there's larger latency. As for other checks, do them once in 5s. 4. The whole thing must die. Soon. * Mark configs propery for ipkg. * Should fix #3540.
2007-08-05ipaq-sleep: xextensions -> libxextKoen Kooi1
* also remove old versions
2006-08-12ipaq-sleep 0.9: add patch to fix install issuesKoen Kooi1
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin1
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1
- 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-06-06ipaq-sleep: Fix /e/i/ipaq-sleep stop for busybox start-stop-daemon as ↵Matthias Hentges1
gpe-conf sleep depends on it to work
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel1
2006-02-16ipaq-sleep: Add 0.9 release.Florian Boor1