diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2012-06-21 15:12:27 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-25 10:18:03 +0800 |
commit | df354a213e616f5ce2b10e717cd03a627bf34c55 (patch) | |
tree | 84dfabae6e0557da2da0426ef925e9d44d04a548 | |
parent | 5d0ff4989ee055d01854288573bbbdf00cccd51b (diff) | |
download | meta-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.bbappend | 5 |
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 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||