summaryrefslogtreecommitdiff
path: root/packages/gpephone/gpe-session-scripts-phone_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>
2007-10-08gpe-session-scripts-phone: Load ALSA profile in session startup.Florian Boor1
2007-09-12gpe-session-scripts-phone: Minor session update to avoid session restart.Florian Boor1
2007-08-27gpe-session-scripts-phone: Drop some environment crap.Florian Boor1
2007-07-11gpe-session-scripts-phone: Update session script to support gtk 2.10 and run ↵Florian Boor1
machined.
2007-05-25gpe-session-scripts-phone: Work around broken OE instal-sh.Florian Boor1
2007-04-20gpe-session-scripts-phone: Some updates to improve behaviour at session start.Florian Boor1
2007-04-18gpe-session-scripts-phone: Supress messages on phones, do not add mbdock apps.Florian Boor1
2007-04-05gpe-session-scripts-phone: Update session file to set up environment for PTIM.Florian Boor1
2007-03-22gpe-session-scripts-phone: Save dbus session bus address to a file.Florian Boor1
2007-03-06gpe-session-scripts-phone: Some session startup fixes, correct dependencies.Florian Boor1
2007-02-21task-gpephone: Do not depend on gpe-bluetooth.Florian Boor1
2007-02-09gpe-session-scripts-phone: Fix install on x86 builds.Florian Boor1
2007-02-07gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/Koen Kooi1
* They still need to be run through oe-stylize.py * things like linphone need to get merged with their original counterparts in OE