diff options
| -rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 2974e3664a..ceac0fe31a 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
| @@ -30,7 +30,7 @@ PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/s | |||
| 30 | PACKAGECONFIG[policykit] = "--with-polkit,--without-polkit,polkit" | 30 | PACKAGECONFIG[policykit] = "--with-polkit,--without-polkit,polkit" |
| 31 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" | 31 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" |
| 32 | 32 | ||
| 33 | FILES_${PN} += "${localstatedir}/log/ConsoleKit ${exec_prefix}/lib/ConsoleKit \ | 33 | FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \ |
| 34 | ${libdir}/ConsoleKit ${systemd_unitdir} ${base_libdir} \ | 34 | ${libdir}/ConsoleKit ${systemd_unitdir} ${base_libdir} \ |
| 35 | ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" | 35 | ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" |
| 36 | 36 | ||
| @@ -45,6 +45,6 @@ do_install_append() { | |||
| 45 | > ${D}${sysconfdir}/tmpfiles.d/consolekit.conf | 45 | > ${D}${sysconfdir}/tmpfiles.d/consolekit.conf |
| 46 | fi | 46 | fi |
| 47 | 47 | ||
| 48 | # Remove /var/run from package as console-kit-daemon will populate it on startup | 48 | # Remove /var/ directories as the daemon creates them as required |
| 49 | rm -fr "${D}${localstatedir}/run" | 49 | rm -rf ${D}${localstatedir} |
| 50 | } | 50 | } |
