Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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 | 1 | |
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-17 | gpe-session-scripts 0.67: Cleanup matchbox-session scripts. | Paul Sokolovsky | 1 | |
* Fix strange indentation. * Comment out expensive computing of unused XRES variable. (But don't remove - one sweet day we'll use it!) | ||||
2008-01-07 | Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash | Holger Freyther | 1 | |
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-17 | gpe-session-scripts: turn on cursor hiding based on the touchscreen machine ↵ | Koen Kooi | 1 | |
feature | ||||
2007-04-02 | gpe-sesssion-scripts: bump PR | Koen Kooi | 1 | |
2007-03-29 | gpe-sessionscripts: remove PV in depends | Koen Kooi | 1 | |
2007-03-06 | gpe-session-scripts: Pull in ipaq-sleep. | Florian Boor | 1 | |
2007-02-17 | gpe-session-scripts: clean up dependencies | Koen Kooi | 1 | |
2007-01-19 | gpe-session-scripts: add custom matchbox session for angstrom that keeps the ↵ | Koen Kooi | 1 | |
panel always at the bottom | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-12-07 | gpe-session-scripts: due to a patch conflict angstrom resorts to the more ↵ | Koen Kooi | 1 | |
reliable sed magic | ||||
2006-12-07 | gpe-session-scripts: change default theme for angstrom | Koen Kooi | 1 | |
2006-10-19 | gpe-session-scripts: 'matchbox' doesn't exist, remove it so bitbake doesn't ↵ | Koen Kooi | 1 | |
choke | ||||
2006-10-12 | gpe-session-scripts: s/ipaq-pxa270/hx4700/ | Koen Kooi | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-07-05 | gpe-session-scripts: Use update-alternatives for gpe-logout to allow for ↵ | Matthias Hentges | 1 | |
different windowmanagers | ||||
2006-04-23 | gpe-session-scripts: add 0.67 | Koen Kooi | 1 | |