summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 18:00:30 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 18:00:30 +0800
commit014192520b56939806c52bcc13d9fcb5483ab911 (patch)
tree3b9d3708d3653725c0874bc78579df263b649562
parent639660a28851365c32e593ee167e470950616bab (diff)
downloadmeta-selinux-014192520b56939806c52bcc13d9fcb5483ab911.tar.gz
glib-2.0: Build with selinux support.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-core/glib-2.0/glib-2.0_2.32.3.bbappend5
1 files changed, 5 insertions, 0 deletions
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 @@
1PR .= ".1"
2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"