aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/policykit/policykit_0.96.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-08 12:31:13 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-08 12:34:42 +0200
commitcfa7ad387488f93147182c2aeb40a00255552f61 (patch)
tree53deff962384bdaafeb49b2f207768d7464e2243 /recipes/policykit/policykit_0.96.bb
parente1ead8542b42aa911d8a79bc8a6b453d2bd98ed3 (diff)
downloadopenembedded-cfa7ad387488f93147182c2aeb40a00255552f61.tar.gz
policykit: fix pam auth
Diffstat (limited to 'recipes/policykit/policykit_0.96.bb')
-rw-r--r--recipes/policykit/policykit_0.96.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/policykit/policykit_0.96.bb b/recipes/policykit/policykit_0.96.bb
index e94e90886b..9698a3f095 100644
--- a/recipes/policykit/policykit_0.96.bb
+++ b/recipes/policykit/policykit_0.96.bb
@@ -1,7 +1,7 @@
HOMEPAGE = "http://www.packagekit.org/"
DEPENDS = "eggdbus libpam expat dbus-glib intltool-native"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz;name=polkit \
"
@@ -22,6 +22,7 @@ inherit autotools pkgconfig
do_install_append () {
install -d ${D}${localstatedir}/run/PolicyKit
+ sed -i -e s:system:common:g ${D}${sysconfdir}/pam.d/*
}
FILES_${PN} += " ${datadir}/dbus-1 \