aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/consolekit
AgeCommit message (Collapse)Author
2011-11-30consolekit: Fix ${localstatedir} raceRichard Purdie
The change adding ${localstatedir}/log to the package caused failures on meta-toolchain-gmae builds since ${localstatedir} might be a symlink and it can be installation order dependent. By adding in the RDEPENDS, we defer to base-files to ensure the layout is correct and that packages install correctly. (From OE-Core rev: 8ed16b26dfefac4b42766b9f7090bb3b76110fe3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30consolekit: package /var/log/ConsolekitKoen Kooi
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>
2011-07-22consolekit 0.4.5: fix PAM installation dirKoen Kooi
(From OE-Core rev: b4c23fce3eadaff8fc621d38759d493cd03cc131) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-01consolekit: Add glib-2.0 to DEPENDSKhem Raj
Otherwise it ends up with this error | configure: error: Package requirements (dbus-glib-1 >= 0.82 | gobject-2.0 >= 2.14 | gthread-2.0 >= 2.14 | ) were not met: | | No package 'gobject-2.0' found | No package 'gthread-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. (From OE-Core rev: c4eb1e7659a7f9f2791f1fdd5b0b22e7a5e423b0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-30consolekit 0.4.5: remove patch that forcibly disables consolekitKoen Kooi
Polkit support is actually needed for consolekit to function properly, without you get things like: ** (gnome-panel:547): WARNING **: Could not ask session manager if shut down is available: Timeout was reached Various applications will timeout and less well written ones will crash (e.g. the clock applet). (From OE-Core rev: eb828308b8e721e4ad7edbd15f47ecad22ee81cf) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-30consolekit 0.4.5: add pam support based on distro featuresKoen Kooi
(From OE-Core rev: 6b28a9f73773890e70fb4dc570520b5be060a919) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09consolekit: update to 0.4.5Koen Kooi
(From OE-Core rev: 3c5009a0d19c8e27d3687e27880d5c1088086adc) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-24consolekit: Upgrade to 0.4.4 (from 0.4.3)Zhai Edwin
(From OE-Core rev: 115099178ed68105bd5719348b4ea0baef4ade80) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06consolekit: Update to 0.4.3Zhai Edwin
Rebased nopolkit.patch. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02consolekit:Add license checksum to bb fileMei Lei
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>