Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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>
|
|
|
|
|
|
* renamed 20070110 directory to files so that patches are applicable to all releases
* MS.patch does not apply cleanly to latest release
* setting default pref to -1 for latest release
* "known good version" from 20070110 is indeed b0rked as well. It breaks in do_compile.
* giving up since I have no personal interest in this package.
"you can't break it if it ain't fixed" applies here.
Leaving it less b0rked than it was before. Good luck to the next guy ;-)
|
|
|
|
and 'af98a46d791cb8616b2641e2e57ee9de1d5e94c5'
|
|
Otherwise untested, not even compilation test.
|
|
|
|
|