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:
43f905d
)
policykit: Add missing /var/run/PolicyKit folder to the do_install.
author
David-John Willis
<John.Willis@Distant-earth.com>
Wed, 30 Dec 2009 11:54:54 +0000
(11:54 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 6 Jan 2010 08:34:57 +0000
(09:34 +0100)
recipes/policykit/policykit_0.9.bb
patch
|
blob
|
history
diff --git
a/recipes/policykit/policykit_0.9.bb
b/recipes/policykit/policykit_0.9.bb
index
b13bff6
..
3e24def
100644
(file)
--- a/
recipes/policykit/policykit_0.9.bb
+++ b/
recipes/policykit/policykit_0.9.bb
@@
-1,7
+1,7
@@
HOMEPAGE = "http://www.packagekit.org/"
DEPENDS = "libpam expat dbus-glib intltool-native"
-PR = "r
6
"
+PR = "r
7
"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-${PV}.tar.gz \
file://PolicyKit.conf \
@@
-15,6
+15,7
@@
inherit autotools pkgconfig
do_install_append () {
install -m 0644 ${WORKDIR}/PolicyKit.conf ${D}${sysconfdir}/PolicyKit/PolicyKit.conf
+ install -d ${D}${localstatedir}/run/PolicyKit
}
do_stage() {