mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
polkit: meta-systemd rework
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
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"
|
||||
Loading…
Reference in New Issue
Block a user