[oe-commits] Otavio Salvador : polkit: Remove authentication override as it is handled in OE-Core

git at git.openembedded.org git at git.openembedded.org
Wed Mar 13 16:31:14 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: d928d6c88530f60d9db6b19a1046fc1dc5e575ae
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d928d6c88530f60d9db6b19a1046fc1dc5e575ae

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Mar  8 18:50:37 2013 +0000

polkit: Remove authentication override as it is handled in OE-Core

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-extended/polkit/polkit_0.104.bbappend  |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
index ea82e37..ceb2b6b 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
+++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
@@ -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}"





More information about the Openembedded-commits mailing list