diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-30 09:24:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:09 +0000 |
commit | 15dd02aefefd9c5d76c13ca7d20a71ee0a0b067b (patch) | |
tree | 38afe209b0bfdb162547eb0c2d7e47d917a5c9da /meta | |
parent | 1f2b546f3d65c27f6423695b7e28300565b7afc2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.5.bb | 4 |
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 | |||
2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" | 2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" |
3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" | 3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" |
4 | 4 | ||
5 | PR = "r5" | 5 | PR = "r6" |
6 | 6 | ||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 8 | LIC_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 | ||
26 | FILES_${PN} += "${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" | 26 | FILES_${PN} += "${localstatedir}/log/ConsoleKit ${libdir}/ConsoleKit ${base_libdir} ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" |
27 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 27 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" |
28 | 28 | ||
29 | PACKAGES =+ "pam-plugin-ck-connector" | 29 | PACKAGES =+ "pam-plugin-ck-connector" |