aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit
AgeCommit message (Collapse)Author
2014-12-17polkit-gnome, gdm, network-manager-applet: blacklist because ↵Martin Jansa
polkit-gnome.do_configure fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-01polkit: update to 0.112Andreas Müller
checked in logfile: setting up ownership/permission is performed by make install Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-08-11polkit-gnome: remove unrecognized configure optionsMartin Jansa
* 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>
2014-06-21polkit-gnome: add missing dependency on gnome-commonRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing dependency on intltool-nativeRichard Purdie
* 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>
2014-03-19polkit: make it compatible with systemd-209Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-04Update after toplevel LICENSE file checksum changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20polkit-group-rule-datetime: initial addAndreas Müller
add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit-group-rule-network: initial addAndreas Müller
add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit-group-rule.inc: add a common template for polkit-rules/user-groupsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit: update to 0.111Andreas Müller
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>
2013-04-15recipes: Unify indentationMartin Jansa
* 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>
2013-04-15polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa
* POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-21polkit: add (taken from oe-core)Ross Burton
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>
2013-03-13polkit: Remove authentication override as it is handled in OE-CoreOtavio Salvador
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>
2012-07-16polkit: meta-systemd reworkAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-03-04polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting itKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23polkit: enable and disable systemd/consolekit support explicitlyMartin Jansa
* 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>
2012-02-20polkit: depends on systemdOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>