diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 14:31:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-04 14:31:02 +0100 |
commit | 81dc4e7028c4986aa253a24dfbfe7058d904ae16 (patch) | |
tree | 28f0c5b65cf4f036a8801f9c4f6d0e68b31fce98 | |
parent | 5c2d9841cd24561a8d2380c349c024cf43d9ba45 (diff) | |
download | meta-openembedded-81dc4e7028c4986aa253a24dfbfe7058d904ae16.tar.gz |
polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_0.104.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend index 1e2cccdcf..2383c5bd0 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend +++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend | |||
@@ -1,6 +1,8 @@ | |||
1 | PRINC := "${@int(PRINC) + 3}" | 1 | PRINC := "${@int(PRINC) + 3}" |
2 | 2 | ||
3 | PACKAGECONFIG ??= "systemd" | 3 | POLKITAUTH ??= "systemd" |
4 | |||
5 | PACKAGECONFIG += "${POLKITAUTH}" | ||
4 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 6 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
5 | # there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS | 7 | # there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS |
6 | PACKAGECONFIG[consolekit] = ",,,consolekit" | 8 | PACKAGECONFIG[consolekit] = ",,,consolekit" |