summaryrefslogtreecommitdiff
path: root/packages/packagekit
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko9
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-12-02gnome-packagekit: add 0.2.5Koen Kooi1
2008-12-02packagekit: add 0.2.4 releaseKoen Kooi1
2008-12-02packagekit git: make it work again with the current opkgKoen Kooi1
2008-10-29packagekit: modify summary field to support alias Tags.I-Fan, Chen6
2008-10-29packagekit: Bump the PE after changing the PV scheme in 5bfa0791Holger Hans Peter Freyther1
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_chu2
Tish patch was tyring to avoid racing condition
2008-10-29packagekit: Add a patch for packagekitJulian_chu2
to fix some memory leak issues.
2008-10-29packagekit: Disable generation of the docbookHolger Hans Peter Freyther1
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_chu1
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_chu1
Forgot to add this patch in the latest commit
2008-10-28packagekit: Add a patch to packagekit.Julian_chu2
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 Chen1
Remove the private patches and use a public packagekit again
2008-10-28packagekit: Add patch to packagekit.Julian_chu2
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_chu3
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 successfulwalkingice1
2008-10-28packagekit: Change revision of packagekit.Julian Chu1
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 Freyther1
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 Freyther1
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 Luebbe2
2008-06-15sane-srcrevs: bump opkg*, mplayer and packagekitKoen Kooi1
* update recipes to match
2008-05-31opkg: update to 0.1.4Koen Kooi3
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 Kooi1
2008-03-20packagekit_git.bb : fix DEPENDS and REDEPENDS from OM mtnGraeme Gregory1
2008-03-11packagekit: PackageKit is a system designed to make installing andJohn Lee4
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.