mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
7d0967c441
commit
d928d6c885
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user