policykit: Add missing /var/run/PolicyKit folder to the do_install.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 30 Dec 2009 11:54:54 +0000 (11:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Jan 2010 08:34:57 +0000 (09:34 +0100)
recipes/policykit/policykit_0.9.bb

index b13bff6..3e24def 100644 (file)
@@ -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() {