Age | Commit message (Collapse) | Author | Files |
|
Override sane-srcrevs.inc in slugos.inc
Reinstate old patches to opkg-nogpg-nocurl_svn.bb required by older sources.
(This fixes a number of instabilities and problems reported with opkg)
|
|
opkg-collateral: Update new options sample and move the opkg.conf to correct place
New stuff:
Moving opkg to http://code.google.com/p/opkg/
apply patch of opkg_wget.patch and adding new configuration
disable the noise message of nogpg
enhance the data structure of void_list
remove all the malloc to calloc
enhance the algorithm of checking out of date files.
adding option check_signature (default is disable)
|
|
- eliminate unnecessary libopkg.so
- use vfork() instead of fork() and system()
- make specifying of alternate tmpdir actually work.
|
|
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>
|
|
This is a work-in-progress at this time, preference is set to -1
|