aboutsummaryrefslogtreecommitdiffstats
path: root/packages/packagekit
AgeCommit message (Collapse)Author
2008-12-02gnome-packagekit: add 0.2.5Koen Kooi
2008-12-02packagekit: add 0.2.4 releaseKoen Kooi
2008-12-02packagekit git: make it work again with the current opkgKoen Kooi
2008-10-29packagekit: modify summary field to support alias Tags.I-Fan, Chen
2008-10-29packagekit: Bump the PE after changing the PV scheme in 5bfa0791Holger Hans Peter Freyther
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.
2008-10-29packagekit: Add a patch for packagekitJulian_chu
Tish patch was tyring to avoid racing condition
2008-10-29packagekit: Add a patch for packagekitJulian_chu
to fix some memory leak issues.
2008-10-29packagekit: Disable generation of the docbookHolger Hans Peter Freyther
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
2008-10-29packagekit: Add a patch to packagekitJulian_chu
Make packagekit can remove packagekit without regarding the dependency. (So that can remove packages such as splinter depended by tasks)
2008-10-29packagekit: Add patch force_depends.patchJulian_chu
Forgot to add this patch in the latest commit
2008-10-28packagekit: Add a patch to packagekit.Julian_chu
The patch add repos_ping to the backend therefore packagekit can ping repository via backend.
2008-10-28packagekit: Update to a public version of packagekitTick Chen
Remove the private patches and use a public packagekit again
2008-10-28packagekit: Add patch to packagekit.Julian_chu
it fix a bug that packagekit does not reply group message after new get-details implementation.
2008-10-28packagekit: Add 2 patched for packagekit.Julian_chu
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.
2008-10-28Modify packagekit to make it patch successfulwalkingice
2008-10-28packagekit: Change revision of packagekit.Julian Chu
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)
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
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-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-06-15sane-srcrevs: bump opkg*, mplayer and packagekitKoen Kooi
* update recipes to match
2008-05-31opkg: update to 0.1.4Koen Kooi
packagekit: update to 0.2.1 to match opkg API (with addional patch from openmoko)
2008-04-01packagekit: remove AUTOREV, that has no place in recipes Koen Kooi
2008-03-20packagekit_git.bb : fix DEPENDS and REDEPENDS from OM mtnGraeme Gregory
2008-03-11packagekit: PackageKit is a system designed to make installing andJohn Lee
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.