Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
* default preference update so that the correct version gets build for gpe-image
* fixes bug #3109
|
|
|
|
Changed files:
* packages/gtk-webcore/osb-jscore_svn.bb
* packages/gtk-webcore/osb-nrcore_svn.bb
* packages/gtk-webcore/osb-nrcit_svn.bb
|
|
|
|
|
|
|
|
packages/gtk-webcore/osb-nrcit_svn.bb
* update bb recipe
packages/gtk-webcore/files/NRCit_HTTP_auth.diff
* remove patch applied to svn
packages/gtk-webcore/files/NRCit_unmap.diff
* remove patch applied to svn
|
|
* remove now obsolete build fix
packages/gtk-webcore/osb-nrcit_svn.bb
* updated svn recipe to add some more patches
packages/gtk-webcore/files/NRCit_HTTP_auth.diff
* new patch that fix HTTP AUTH issues
packages/gtk-webcore/files/NRCit_unmap.diff
* patch to fix redraw issues
|
|
reflect svn updates, some small changes to fix building.
|
|
* added nrcit svn build recipe
|