diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-13 09:48:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-13 09:48:39 +0000 |
commit | f41eb6f0098aefd20bd466920d25247b144b09a3 (patch) | |
tree | 4e38922d53a7c0d0ef170ada4d7d916b0206aab0 /packages/packagekit/packagekit_git.bb | |
parent | 387daf5ea29f7a0d0b44681b5d488ddc24f99144 (diff) | |
parent | 1345aed3f119c6fce15b815b89ac7dfad0c79cf4 (diff) |
merge of '6b297f40d507a619bdd7d471e82d15807c186499'
and '9a77355907ffaa2a2ea581e3bb7d0ffaa7e4b9fb'
Diffstat (limited to 'packages/packagekit/packagekit_git.bb')
-rw-r--r-- | 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 d4055ead63..5d43c5a1e5 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -3,9 +3,9 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool" -RDEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 opkg" +RDEPENDS = "opkg" PV = "0.1+git${SRCREV}" -PR = "r7" +PR = "r8" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ file://disable-docbook2man.patch;patch=1" |