[oe-commits] Trevor Woerner : xfconf: remove unrecognized configure option

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 11:50:15 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 928fff06cc229b55f2caa51aff0a80361b338eec
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=928fff06cc229b55f2caa51aff0a80361b338eec

Author: Trevor Woerner <trevor.woerner at linaro.org>
Date:   Sat Apr  5 05:03:07 2014 -0400

xfconf: remove unrecognized configure option

This option was causing a QA warning:

    NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot

Signed-off-by: Trevor Woerner <trevor.woerner at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
index aa6ad2c..bb8c337 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
@@ -7,7 +7,6 @@ DEPENDS = "dbus-glib libxfce4util perl"
 inherit xfce
 
 EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
-EXTRA_OECONF += "--with-sysroot=yes"
 
 SRC_URI += "file://0001-Simplify-checks.patch"
 SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28"



More information about the Openembedded-commits mailing list