diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-07-30 18:24:08 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-29 13:27:12 +0100 |
commit | 20ac14aedbe44385253d1cbe345b37b7a4b793ef (patch) | |
tree | 2dfa25dbe114632c93904561758943ca66d37288 /packages/packagekit/packagekit_git.bb | |
parent | 228cd7cabe301dbfac242033d58f9c53abad785e (diff) |
packagekit: Add a patch for packagekit
to fix some memory leak issues.
Diffstat (limited to 'packages/packagekit/packagekit_git.bb')
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index f78cc26e9a..e3d3335ce3 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -5,12 +5,13 @@ LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS_${PN} = "opkg" PV = "0.2.3+gitr${SRCREV}" -PR = "r14" +PR = "r15" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ file://disable-docbook2man.patch;patch=1 \ file://repository-ping.patch;patch=1 \ file://force_depends.patch;patch=1 \ + file://remove_search_memory_leak.patch;patch=1 \ " |