summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-03-20 07:51:30 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-03-20 07:51:30 +0000
commit7458478458b66afe0fd5912d77e79dd98d95157e (patch)
treef2d4cea1a6738359dfb136a2e167dacec3e1257d /packages
parent098349e517c87ed81916917dae32ac6bba7ad8d5 (diff)
packagekit_git.bb : merge fixes from OE.dev
Diffstat (limited to 'packages')
-rw-r--r--packages/packagekit/packagekit_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb
index 6f3419a60a..8f1644cd25 100644
--- a/packages/packagekit/packagekit_git.bb
+++ b/packages/packagekit/packagekit_git.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
-RDEPENDS = "opkg"
+RDEPENDS_${PN} = "opkg"
PV = "0.1+git${SRCREV}"
PR = "r8"