Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
|
|
|
|
- provide default configuration file
- added patch that makes use of a default config file
- wire device screen size into default config file
- added a patch that allows complete game control with touchscreen
- added a patch that automatically swaps display dimensions at startup
|
|
|
|
- correct path to sdl-config script
- disable building opengl code
- added patch to use putenv() instead of SDL_putenv()
|
|
|