From df354a213e616f5ce2b10e717cd03a627bf34c55 Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Thu, 21 Jun 2012 15:12:27 +0800 Subject: dbus:Support selinux Add the selinux support for dbus. Signed-off-by: Xiaofeng Yan Signed-off-by: Xin Ouyang --- recipes-core/dbus/dbus_1.5.12.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-core/dbus/dbus_1.5.12.bbappend (limited to 'recipes-core') 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 @@ +PR .= ".1" + +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" + +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" -- cgit v1.2.3-54-g00ecf