diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-18 15:00:02 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-18 15:01:04 +0800 |
commit | f11604ac92c129f71b6d64fd7bcecfcd33005e85 (patch) | |
tree | bbefe2ae996fcafcd7b8c7e8a074eac930834851 | |
parent | 8d481d76a95497d19bd0cfa2eadce251e64cae6d (diff) | |
download | meta-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.bbappend | 4 |
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 @@ | |||
1 | PR .= ".2" | 1 | PR .= ".3" |
2 | 2 | ||
3 | inherit with-selinux | 3 | inherit enable-selinux |