1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

packagekit: Fix after polkit was renamed

This commit is contained in:
Richard Purdie
2008-11-05 00:16:57 +00:00
parent 9ffb17080f
commit 33b4017b70
+1 -1
View File
@@ -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}"