packagekit: Add a patch to packagekit
authorJulian_chu <julian_chu@openmoko.com>
Tue, 22 Jul 2008 14:35:15 +0000 (22:35 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Oct 2008 12:26:01 +0000 (13:26 +0100)
Make packagekit can remove packagekit without regarding the
dependency. (So that can remove packages such as splinter depended by tasks)

packages/packagekit/packagekit_git.bb

index 05ef261..5b672c5 100644 (file)
@@ -9,7 +9,9 @@ PR = "r13"
 
 SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
            file://disable-docbook2man.patch;patch=1 \
-           file://repository-ping.patch;patch=1 "
+           file://repository-ping.patch;patch=1 \
+           file://force_depends.patch;patch=1 \
+           "
 
 
 S = "${WORKDIR}/git"