[oe-commits] David-John Willis : policykit: Add missing /var/run/ PolicyKit folder to the do_install.

git version control git at git.openembedded.org
Wed Jan 6 18:12:55 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 554a4300409a481559e8f23363ecfb83ec7b72f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=554a4300409a481559e8f23363ecfb83ec7b72f1

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Wed Dec 30 11:54:54 2009 +0000

policykit: Add missing /var/run/PolicyKit folder to the do_install.

---

 recipes/policykit/policykit_0.9.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/policykit/policykit_0.9.bb b/recipes/policykit/policykit_0.9.bb
index b13bff6..3e24def 100644
--- 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 = "r6"
+PR = "r7"
 
 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() {





More information about the Openembedded-commits mailing list