summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-04 14:31:02 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-04 14:31:02 +0100
commit81dc4e7028c4986aa253a24dfbfe7058d904ae16 (patch)
tree28f0c5b65cf4f036a8801f9c4f6d0e68b31fce98 /meta-oe/recipes-extended/polkit
parent5c2d9841cd24561a8d2380c349c024cf43d9ba45 (diff)
downloadmeta-openembedded-81dc4e7028c4986aa253a24dfbfe7058d904ae16.tar.gz
polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended/polkit')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.104.bbappend4
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 @@
1PRINC := "${@int(PRINC) + 3}" 1PRINC := "${@int(PRINC) + 3}"
2 2
3PACKAGECONFIG ??= "systemd" 3POLKITAUTH ??= "systemd"
4
5PACKAGECONFIG += "${POLKITAUTH}"
4PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 6PACKAGECONFIG[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
6PACKAGECONFIG[consolekit] = ",,,consolekit" 8PACKAGECONFIG[consolekit] = ",,,consolekit"