polkit: enable and disable systemd/consolekit support explicitly
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 18 Feb 2012 09:58:01 +0000 (10:58 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:18:50 +0000 (08:18 -0800)
commitcc079305ba844ba3cccfdf34e17e9bac7a073ed7
treebdf62aa78528d96e75490c3f06d2955f0dfd1726
parent4d2041d58b1f2e0ef4eb9575b6eb7a1652320b0f
polkit: enable and disable systemd/consolekit support explicitly

* 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

(From meta-openembedded rev: c81d25cd9b9ec6a20e19ef92c8e6dabc93e3feba)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend