mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
PRINC := "${@int(PRINC) + 3}"
|
||||
|
||||
PACKAGECONFIG ??= "systemd"
|
||||
POLKITAUTH ??= "systemd"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user