summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2012-06-21 15:12:27 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-06-25 10:18:03 +0800
commitdf354a213e616f5ce2b10e717cd03a627bf34c55 (patch)
tree84dfabae6e0557da2da0426ef925e9d44d04a548
parent5d0ff4989ee055d01854288573bbbdf00cccd51b (diff)
downloadmeta-selinux-df354a213e616f5ce2b10e717cd03a627bf34c55.tar.gz
dbus:Support selinux
Add the selinux support for dbus. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-core/dbus/dbus_1.5.12.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/dbus/dbus_1.5.12.bbappend b/recipes-core/dbus/dbus_1.5.12.bbappend
new file mode 100644
index 0000000..70be093
--- /dev/null
+++ b/recipes-core/dbus/dbus_1.5.12.bbappend
@@ -0,0 +1,5 @@
1PR .= ".1"
2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}"