mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:35:41 +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:
parent
5c2d9841cd
commit
81dc4e7028
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user