From: walkingice Date: Wed, 21 May 2008 06:53:04 +0000 (+0800) Subject: Modify packagekit to make it patch successful X-Git-Tag: Release-2010-05/1~5569^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2efdd0d3453bd42887895be26a9c76b7ae13f3;p=openembedded.git Modify packagekit to make it patch successful --- diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index 1d16560186..ba8f99dc05 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -5,11 +5,11 @@ 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 = "r9" +PR = "r10" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ file://disable-docbook2man.patch;patch=1 \ - file://d1e096c3267c1c9492041382b954e9327bc8bbec.patch;patch=0" + file://d1e096c3267c1c9492041382b954e9327bc8bbec.patch;patch=1" S = "${WORKDIR}/git"