summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit
Commit message (Collapse)AuthorAgeFilesLines
* polkit: update to 0.112Andreas Müller2014-10-011-17/+2
| | | | | | checked in logfile: setting up ownership/permission is performed by make install Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-gnome: remove unrecognized configure optionsMartin Jansa2014-08-111-4/+4
| | | | | | | | | * fixes following QA warnings: polkit-gnome-0.102: polkit-gnome: configure was passed unrecognised options: --disable-scrollkeeper --disable-man-pages [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-gnome: add missing dependency on gnome-commonRichard Purdie2014-06-211-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing dependency on intltool-nativeRichard Purdie2014-06-211-1/+1
| | | | | | | | * These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: make it compatible with systemd-209Martin Jansa2014-03-192-0/+40
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-042-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-group-rule-datetime: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule-network: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule.inc: add a common template for polkit-rules/user-groupsAndreas Müller2013-06-201-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit: update to 0.111Andreas Müller2013-06-205-156/+34
| | | | | | | | | | | | note: this version's rules are written in jscript. The following tests were performed: * run-tests for gnome- and xfce-based image * update a package that installs a new rule to check if the restricted access rights for /etc/polkit-1/rules.d don't cause trouble Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-2/+1
| | | | | | * POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: add (taken from oe-core)Ross Burton2013-03-217-1/+232
| | | | | | | | | PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: Remove authentication override as it is handled in OE-CoreOtavio Salvador2013-03-131-8/+1
| | | | | | | | | OE-Core now handles the detection of authentication so we don't need to do it here. The bbappend file is kept to provide the upgrade path only, or the revision would go backwards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>