aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-05 00:16:57 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-05 00:16:57 +0000
commit33b4017b70750bf7b051be91f4ac6955a201a107 (patch)
tree61b40609cee917d38917a90cef01ddc6abb5e8c3 /meta
parent9ffb17080fa82aa550b304be77242e65c42802e1 (diff)
downloadopenembedded-core-contrib-33b4017b70750bf7b051be91f4ac6955a201a107.tar.gz
packagekit: Fix after polkit was renamed
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/packagekit/packagekit_0.3.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/packagekit/packagekit_0.3.8.bb b/meta/packages/packagekit/packagekit_0.3.8.bb
index 6b44aeac7b..a38f53685b 100644
--- a/meta/packages/packagekit/packagekit_0.3.8.bb
+++ b/meta/packages/packagekit/packagekit_0.3.8.bb
@@ -4,7 +4,7 @@ PR = "r6"
SRC_URI = "http://www.packagekit.org/releases/PackageKit-0.3.8.tar.gz \
file://no_validate.patch;patch=1 "
-DEPENDS = "python polkit pam"
+DEPENDS = "python policykit pam"
EXTRA_OECONF = "--disable-qt --disable-tests --enable-yum --with-default-backend=yum --disable-local --with-security-framework=polkit --disable-gstreamer-plugin"
S = "${WORKDIR}/PackageKit-${PV}"