mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
polkit: meta-systemd rework
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
c2597edb99
commit
fb56d13c70
@@ -1,6 +1,6 @@
|
||||
PRINC := "${@int(PRINC) + 3}"
|
||||
PRINC := "${@int(PRINC) + 4}"
|
||||
|
||||
POLKITAUTH ??= "systemd"
|
||||
POLKITAUTH ??= "consolekit"
|
||||
|
||||
PACKAGECONFIG += "${POLKITAUTH}"
|
||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
POLKITAUTH = "systemd"
|
||||
Reference in New Issue
Block a user