From f11604ac92c129f71b6d64fd7bcecfcd33005e85 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 18 Jan 2013 15:00:02 +0800 Subject: 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 --- recipes-core/glib-2.0/glib-2.0_2.34.3.bbappend | 4 ++-- 1 file 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 @@ -PR .= ".2" +PR .= ".3" -inherit with-selinux +inherit enable-selinux -- cgit v1.2.3-54-g00ecf