summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/consolekit
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-30 09:24:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:09 +0000
commit15dd02aefefd9c5d76c13ca7d20a71ee0a0b067b (patch)
tree38afe209b0bfdb162547eb0c2d7e47d917a5c9da /meta/recipes-support/consolekit
parent1f2b546f3d65c27f6423695b7e28300565b7afc2 (diff)
downloadpoky-15dd02aefefd9c5d76c13ca7d20a71ee0a0b067b.tar.gz
consolekit: package /var/log/Consolekit
This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) (From OE-Core rev: 5608a748af2c754f60137ab7c3010ccce6bf9e40) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/consolekit')
-rw-r--r--meta/recipes-support/consolekit/consolekit_0.4.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
index 562dfb3386..a02203c3d4 100644
--- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
+++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login
2HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" 2HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
3BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" 3BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit"
4 4
5PR = "r5" 5PR = "r6"
6 6
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${base_libdir}/security', '--disable-pam-module', d)} \ 23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module --with-pam-module-dir=${base_libdir}/security', '--disable-pam-module', d)} \
24 " 24 "
25 25
26FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" 26FILES_${PN} += "${localstatedir}/log/ConsoleKit ${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*"
27FILES_${PN}-dbg += "${base_libdir}/security/.debug" 27FILES_${PN}-dbg += "${base_libdir}/security/.debug"
28 28
29PACKAGES =+ "pam-plugin-ck-connector" 29PACKAGES =+ "pam-plugin-ck-connector"