summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-18 15:00:02 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-18 15:01:04 +0800
commitf11604ac92c129f71b6d64fd7bcecfcd33005e85 (patch)
treebbefe2ae996fcafcd7b8c7e8a074eac930834851
parent8d481d76a95497d19bd0cfa2eadce251e64cae6d (diff)
downloadmeta-selinux-f11604ac92c129f71b6d64fd7bcecfcd33005e85.tar.gz
glib-2.0: config option should be --enable-selinux
--with-selinux is consided as unrecognized option while do_configure, so change it to --enable-selinux, Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend b/recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend
index 5ad8973..3bd874c 100644
--- a/recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend
+++ b/recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend
@@ -1,3 +1,3 @@
1PR .= ".2" 1PR .= ".3"
2 2
3inherit with-selinux 3inherit enable-selinux