[oe-commits] walkingice : Modify packagekit to make it patch successful

GIT User account git at amethyst.openembedded.net
Wed Oct 29 13:04:21 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3c2efdd0d3453bd42887895be26a9c76b7ae13f3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3c2efdd0d3453bd42887895be26a9c76b7ae13f3

Author: walkingice <walkingice at walkingice.(none)>
Date:   Wed May 21 14:53:04 2008 +0800

Modify packagekit to make it patch successful

---

 packages/packagekit/packagekit_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb
index 1d16560..ba8f99d 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"





More information about the Openembedded-commits mailing list