summaryrefslogtreecommitdiff
path: root/packages/gpe-session-scripts/gpe-session-scripts_0.67.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-01-17gpe-session-scripts 0.67: Cleanup matchbox-session scripts.Paul Sokolovsky1
* Fix strange indentation. * Comment out expensive computing of unused XRES variable. (But don't remove - one sweet day we'll use it!)
2008-01-07Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dashHolger Freyther1
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system.
2007-06-17gpe-session-scripts: turn on cursor hiding based on the touchscreen machine ↵Koen Kooi1
feature
2007-04-02gpe-sesssion-scripts: bump PRKoen Kooi1
2007-03-29gpe-sessionscripts: remove PV in dependsKoen Kooi1
2007-03-06gpe-session-scripts: Pull in ipaq-sleep.Florian Boor1
2007-02-17gpe-session-scripts: clean up dependenciesKoen Kooi1
2007-01-19gpe-session-scripts: add custom matchbox session for angstrom that keeps the ↵Koen Kooi1
panel always at the bottom
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-07gpe-session-scripts: due to a patch conflict angstrom resorts to the more ↵Koen Kooi1
reliable sed magic
2006-12-07gpe-session-scripts: change default theme for angstromKoen Kooi1
2006-10-19gpe-session-scripts: 'matchbox' doesn't exist, remove it so bitbake doesn't ↵Koen Kooi1
choke
2006-10-12gpe-session-scripts: s/ipaq-pxa270/hx4700/Koen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-07-05gpe-session-scripts: Use update-alternatives for gpe-logout to allow for ↵Matthias Hentges1
different windowmanagers
2006-04-23gpe-session-scripts: add 0.67Koen Kooi1