summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit
Commit message (Collapse)AuthorAgeFilesLines
* polkit: meta-systemd reworkAndreas Müller2012-07-161-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting itKoen Kooi2012-03-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* polkit: enable and disable systemd/consolekit support explicitlyMartin Jansa2012-02-231-2/+5
| | | | | | | | | | | | * people using sysvinit need to add something like PACKAGECONFIG = "${@base_contains('VIRTUAL-RUNTIME_init_manager', 'sysvinit', 'consolekit', 'systemd', d)}" or just PACKAGECONFIG = "consolekit" to their own .bbappend if they don't want to get systemd in their images. * and for the rest it will enable systemd explititly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: depends on systemdOtavio Salvador2012-02-201-0/+3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>