From 014192520b56939806c52bcc13d9fcb5483ab911 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 15 Jun 2012 18:00:30 +0800 Subject: glib-2.0: Build with selinux support. Signed-off-by: Xin Ouyang --- recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend diff --git a/recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend b/recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend new file mode 100644 index 0000000..396feae --- /dev/null +++ b/recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend @@ -0,0 +1,5 @@ +PR .= ".1" + +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" + +EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" -- cgit v1.2.3-54-g00ecf