summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-13 09:31:55 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-13 09:31:55 +0000
commit7769c451c2a6f83bac3cd225b2e1590b810ba6c2 (patch)
treef76bd214f6d8314e09798c1c4f91694009c04864 /packages
parent931e4f237157166d516c85658266a8ea629ebc53 (diff)
packagekit: update RDEPENDS
Diffstat (limited to 'packages')
-rw-r--r--packages/packagekit/packagekit_git.bb4
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"