polkit: Remove authentication override as it is handled in OE-Core
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 8 Mar 2013 18:50:37 +0000 (18:50 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:20 +0000 (08:28 -0800)
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.

(From meta-openembedded rev: d928d6c88530f60d9db6b19a1046fc1dc5e575ae)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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

index ea82e37..ceb2b6b 100644 (file)
@@ -1,8 +1 @@
-PRINC := "${@int(PRINC) + 4}"
-
-POLKITAUTH ??= "consolekit"
-
-PACKAGECONFIG += "${POLKITAUTH}"
-PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
-# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
-PACKAGECONFIG[consolekit] = ",,,consolekit"
+PRINC := "${@int(PRINC) + 5}"