Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
Be conservative and bump the PE after the PV was changed to
follow the naming policy. This matches with the packagekit version
found in the Openmoko tree.
|
|
Tish patch was tyring to avoid racing condition
|
|
to fix some memory leak issues.
|
|
Say xmlto is missing to disable generation of the docbook information. On
some hosts xmlto and other utilities are installed on some are not, xmlto
and xmllint can require network access during the build which is not
guranteed in some setups. I think it is fine to not generate the documentation
|
|
Make packagekit can remove packagekit without regarding the
dependency. (So that can remove packages such as splinter depended by tasks)
|
|
Forgot to add this patch in the latest commit
|
|
The patch add repos_ping to the backend therefore
packagekit can ping repository via backend.
|
|
Remove the private patches and use a public packagekit again
|
|
it fix a bug that packagekit does not reply group message after new get-details implementation.
|
|
New stuff will be:
* Added a new error enum to packagekit to support "corrupt-package" message.
* Improve the error handling for update and install functions, with new opkg.
|
|
|
|
To make it buildable, add a patch to it.
In next time we update the packagekit version, this patch doesn't need anymore.
( it should enter in upstream)
|
|
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>
|
|
|
|
* update recipes to match
|
|
packagekit: update to 0.2.1 to match opkg API (with addional patch from openmoko)
|
|
|
|
|
|
updating software on your computer easier. The primary design goal
is to unify all the software graphical tools used in different
distributions, and use some of the latest technology like PolicyKit
to make the process suck less.
|