diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 18:00:30 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 18:00:30 +0800 |
commit | 014192520b56939806c52bcc13d9fcb5483ab911 (patch) | |
tree | 3b9d3708d3653725c0874bc78579df263b649562 | |
parent | 639660a28851365c32e593ee167e470950616bab (diff) | |
download | meta-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.bbappend | 5 |
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 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||