summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-06-10 21:46:37 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:05 +0200
commitfb56d13c70822d3438fd22f15f2ba69345598483 (patch)
tree20321e5728083dcb49cd24ba1bd855d4beb17865 /meta-oe/recipes-extended/polkit
parentc2597edb99422bf84a8bd742652586a918f51077 (diff)
downloadmeta-openembedded-fb56d13c70822d3438fd22f15f2ba69345598483.tar.gz
polkit: meta-systemd rework
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-extended/polkit')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.104.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
index 2383c5bd0..ea82e3736 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
+++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
@@ -1,6 +1,6 @@
1PRINC := "${@int(PRINC) + 3}" 1PRINC := "${@int(PRINC) + 4}"
2 2
3POLKITAUTH ??= "systemd" 3POLKITAUTH ??= "consolekit"
4 4
5PACKAGECONFIG += "${POLKITAUTH}" 5PACKAGECONFIG += "${POLKITAUTH}"
6PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 6PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"