diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-08 18:50:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-13 17:21:53 +0100 |
commit | d928d6c88530f60d9db6b19a1046fc1dc5e575ae (patch) | |
tree | a263ba377b0e20657c106d79414eb4cc26b4b132 /meta-oe | |
parent | 7d0967c4412a80272825cdf410057d9fd195920d (diff) | |
download | meta-openembedded-d928d6c88530f60d9db6b19a1046fc1dc5e575ae.tar.gz |
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@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/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 ea82e3736..ceb2b6b3b 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend +++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend | |||
@@ -1,8 +1 @@ | |||
1 | PRINC := "${@int(PRINC) + 4}" | PRINC := "${@int(PRINC) + 5}" | |
2 | |||
3 | POLKITAUTH ??= "consolekit" | ||
4 | |||
5 | PACKAGECONFIG += "${POLKITAUTH}" | ||
6 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | ||
7 | # there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS | ||
8 | PACKAGECONFIG[consolekit] = ",,,consolekit" | ||