From 5abfe148ef915d28535d43dabe38cc44ec2620f9 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 4 Jan 2013 18:32:45 +0800 Subject: packages: inherit enable-selinux Signed-off-by: Xin Ouyang --- recipes-core/dbus/dbus_1.5.12.bbappend | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/dbus/dbus_1.5.12.bbappend b/recipes-core/dbus/dbus_1.5.12.bbappend index 70be093..366fdf5 100644 --- a/recipes-core/dbus/dbus_1.5.12.bbappend +++ b/recipes-core/dbus/dbus_1.5.12.bbappend @@ -1,5 +1,3 @@ -PR .= ".1" +PR .= ".2" -DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" - -EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" +inherit enable-selinux -- cgit v1.2.3-54-g00ecf