git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ead85
)
policykit: fix pam auth
author
Koen Kooi
<koen@openembedded.org>
Thu, 8 Apr 2010 10:31:13 +0000
(12:31 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 8 Apr 2010 10:34:42 +0000
(12:34 +0200)
recipes/policykit/policykit_0.96.bb
patch
|
blob
|
history
diff --git
a/recipes/policykit/policykit_0.96.bb
b/recipes/policykit/policykit_0.96.bb
index
e94e908
..
9698a3f
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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 \