Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 3 | |
2008-04-01 | sdcc: update to 2.8.0 (released 2 days ago) | Koen Kooi | 4 | |
* the 'use-native-tools.patch' patch now patches Makefile.in files instead of Makefiles that will get overwritten | ||||
2006-10-20 | sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing. | Philip Balister | 1 | |
2006-10-20 | sdcc-native: autotools_stage_all doesn't work w/ sdcc, do_stage manually | Michael Lauer | 1 | |
2006-10-19 | sdcc: add native-tools patch to make it build | Michael Lauer | 3 | |
2006-10-19 | sdcc: add gcc4 patch (remove bogus extra :: qualification) | Michael Lauer | 3 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 1 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2005-07-21 | add sdcc - small systems compiler collection | Michael Lauer | 3 | |